ROM binary file support

This commit is contained in:
Sage Walker
2023-04-03 16:04:12 -07:00
parent 0b056dca54
commit b2bcbddd01
8 changed files with 47 additions and 20 deletions
Binary file not shown.
+2 -1
View File
@@ -10,7 +10,8 @@ word_size = 1
check_lvsdrc = True
rom_data = "macros/rom_configs/example_1kbyte.dat"
rom_data = "rom_configs/example_1kbyte.bin"
data_type = "bin"
output_name = "rom_1kbyte"
output_path = "macro/{output_name}".format(**locals())