mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Improve $specrule interface
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
4575e4ad86
commit
64925b4e8f
4 changed files with 23 additions and 13 deletions
|
@ -1419,9 +1419,9 @@ endmodule
|
|||
|
||||
module \$specrule (EN_SRC, EN_DST, SRC, DST);
|
||||
|
||||
parameter SKEW = 0;
|
||||
parameter HOLD = 0;
|
||||
parameter TYPE = "";
|
||||
parameter T_LIMIT = 0;
|
||||
parameter T_LIMIT2 = 0;
|
||||
|
||||
parameter SRC_WIDTH = 1;
|
||||
parameter DST_WIDTH = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue