Project

General

Profile

Actions

Task #5061

closed

[verilog][parser][cfg] Обработка конструкции непрерывного присваивания assign

Added by Alexander Kamkin almost 10 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Normal
Category:
-
Target version:
Start date:
07/14/2014
Due date:
07/18/2014
% Done:

0%

Estimated time:
Detected in build:
svn
Published in build:

Description

Для записи assign x = expr(x1, x2, ..., xn) нужно создавать процесс:

always @(x1, x2, ..., xn)
  begin
    x <= expr(x1, x2, ..., xn);
  end
Actions

Also available in: Atom PDF