mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 14:17:27 +02:00
Fix handling of defparam for when default_nettype is none
Signed-off-by: Clifford Wolf <[email protected]>
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
`default_nettype none
|
||||
|
||||
module hierdefparam_top(input [7:0] A, output [7:0] Y);
|
||||
generate begin:foo
|
||||
hierdefparam_a mod_a(.A(A), .Y(Y));
|
||||
|
||||
Reference in New Issue
Block a user