Commit 33fdefa5 by Eddie Hung

Already checking count of FD*

parent 60f10935
......@@ -34,7 +34,6 @@ for fn in glob.glob('*.v'):
count_DFF = 0
if Preg:
count_DFF += A + B
# TODO: Assert on number of FD* too
# TODO: Assert on number of CARRY4s too
bn,_ = os.path.splitext(fn)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment