Fix handling of defparam for when default_nettype is none

Signed-off-by: Clifford Wolf <[email protected]>
This commit is contained in:
Clifford Wolf
2019-02-24 20:09:41 +01:00
parent a516b4fb5a
commit 1816fe06af
2 changed files with 6 additions and 0 deletions
+2
View File
@@ -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));