mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-10 21:20:53 +00:00
Redo integer passing on top of bignum
This commit is contained in:
parent
f7400a06cd
commit
f0704b6ede
3 changed files with 233 additions and 59 deletions
|
@ -3,9 +3,10 @@ parameter PARAM = 0;
|
|||
endmodule
|
||||
|
||||
(* foo="bar" *)
|
||||
(* val=32'hffffffff *)
|
||||
module top;
|
||||
(* dont_touch *)
|
||||
wire w;
|
||||
|
||||
m #(.PARAM(4)) inst();
|
||||
m #(.PARAM(-3)) inst();
|
||||
endmodule
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue