diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-08-20 20:05:16 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-08-20 20:05:16 -0700 |
commit | fce8dc7db20d722646cea83ca841160d3d07445e (patch) | |
tree | 832958634ea56ecb8b6571e7c2f1410535c0b597 /tests/techmap/recursive_map.v | |
parent | 193eae0c84860c65bd5dd135b7e59c0c11ea76b0 (diff) | |
download | yosys-fce8dc7db20d722646cea83ca841160d3d07445e.tar.gz yosys-fce8dc7db20d722646cea83ca841160d3d07445e.tar.bz2 yosys-fce8dc7db20d722646cea83ca841160d3d07445e.zip |
Add test
Diffstat (limited to 'tests/techmap/recursive_map.v')
-rw-r--r-- | tests/techmap/recursive_map.v | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/techmap/recursive_map.v b/tests/techmap/recursive_map.v new file mode 100644 index 000000000..934256552 --- /dev/null +++ b/tests/techmap/recursive_map.v @@ -0,0 +1,4 @@ +module sub; + sub _TECHMAP_REPLACE_ (); + bar f0(); +endmodule |