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