mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 06:07:26 +02:00
Improve $specrule interface
Signed-off-by: Clifford Wolf <[email protected]>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user