mirror of https://github.com/VLSIDA/OpenRAM.git
Only warn if not unit tests
This commit is contained in:
parent
1f1426b97c
commit
de977732db
|
|
@ -191,7 +191,8 @@ def setup_bitcell():
|
|||
# Use the pbitcell (and give a warning if not in unit test mode)
|
||||
OPTS.bitcell = "pbitcell"
|
||||
OPTS.replica_bitcell = "replica_pbitcell"
|
||||
debug.warning("Using the parameterized bitcell which may have suboptimal density.")
|
||||
if not OPTS.is_unit_test:
|
||||
debug.warning("Using the parameterized bitcell which may have suboptimal density.")
|
||||
else:
|
||||
debug.info(1,"Using custom bitcell: {}".format(OPTS.bitcell))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue