mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-03 08:27:11 +02:00
Added write_size to test 16 and added a newline to Verilog with no wmask for test 25.
This commit is contained in:
@@ -28,6 +28,8 @@ class verilog:
|
||||
self.vf.write("// Word size: {0}\n".format(self.word_size))
|
||||
if self.wmask_enabled:
|
||||
self.vf.write("// Write size: {0}\n\n".format(self.write_size))
|
||||
else:
|
||||
self.vf.write("\n")
|
||||
|
||||
self.vf.write("module {0}(\n".format(self.name))
|
||||
for port in self.all_ports:
|
||||
|
||||
Reference in New Issue
Block a user