Hasan Genc

Results 6 issues of Hasan Genc

If a matmul loop tile is taking a long time to store the result, this PR allows it to get a head-start on loading A and B two tiles in...

When `USE_FSDB=1`, `+dump-start` doesn't do anything. It seems VCS just begins dumping signals as soon `fsdbDumpfile`/`fsdbDumpVars` is called, rather than waiting for `fsdbDumpon`. My simple workaround is to just call...

When MMMC corners have not been specified, the user gets this error message: ``` File "/tools/B/hngenc/chipyard/vlsi/hammer/src/hammer-vlsi/hammer_vlsi/hammer_vlsi_impl.py", line 234, in generate_all_srams_and_corners srams = reduce(list.__add__, list(map(lambda c: self.generate_all_srams(c), self.get_mmmc_corners()))) # type: List[ExtraLibrary]...

enhancement
low priority
usability