3
0
Fork 0
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:
Martin Povišer 2024-12-02 19:56:51 +01:00
parent f7400a06cd
commit f0704b6ede
3 changed files with 233 additions and 59 deletions

View file

@ -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