mirror of https://github.com/VLSIDA/OpenRAM.git
Fix bad indent.
This commit is contained in:
parent
468a759d1e
commit
37fffb2ed2
|
|
@ -42,7 +42,7 @@ class psram_1bank_2mux_func_test(openram_test):
|
|||
num_banks=1)
|
||||
c.words_per_row=2
|
||||
c.recompute_sizes()
|
||||
debug.info(1, "Functional test for {}rw,{}r,{}w psram with"
|
||||
debug.info(1, "Functional test for {}rw,{}r,{}w psram with"
|
||||
"{} bit words, {} words, {} words per row, {} banks".format(OPTS.num_rw_ports,
|
||||
OPTS.num_r_ports,
|
||||
OPTS.num_w_ports,
|
||||
|
|
|
|||
Loading…
Reference in New Issue