treadle icon indicating copy to clipboard operation
treadle copied to clipboard

More than two clocks at top level of dut issues warning

Open chick opened this issue 3 years ago • 1 comments

In TreadleTester.scala:88 Maybe this should be >= 2 instead of >2

chick avatar Sep 10 '21 19:09 chick

I think the problem is the implementation of findTopLevelClocks. The function should ideally only consider input ports. Currently it considers a lot of derived clock signals to be independent clocks.

ekiwi avatar Sep 17 '21 20:09 ekiwi