1
0
rocket-chip/src/main/scala/uncore/util
mwachs5 a031686763 util: Do BlackBox Async Set/Reset Registers more properly (#305)
* util: Do Set/Reset Async Registers more properly

The way BlackBox "init" registers were coded before was
not really kosher verilog for most synthesis tools.
Also, the enable logic wasn't really pushed down into the flop.

This change is more explicit about set/reset flops,
again this is only a 'temporary' problem that would go away
with parameterizable blackboxes (or general async reset support).

* Tabs, not spaces, in Makefiles

* util: Fix typos in Async BB Reg Comments
2016-09-16 13:50:09 -07:00
..
AmoAlu.scala reorganize moving non-submodule packages into src/main/scala 2016-08-19 13:45:23 -07:00
BlackBoxRegs.scala util: Do BlackBox Async Set/Reset Registers more properly (#305) 2016-09-16 13:50:09 -07:00
Counters.scala move tilelink-agnostic counters from uncore to util package 2016-09-13 20:47:05 -07:00
Enqueuer.scala merge ClientTileLinkEnqueuer and ClientUncachedTileLinkEnqueuer objects into TileLinkEnqueuer 2016-09-14 21:36:27 -07:00
Package.scala reorganize moving non-submodule packages into src/main/scala 2016-08-19 13:45:23 -07:00
Serializer.scala reorganize moving non-submodule packages into src/main/scala 2016-08-19 13:45:23 -07:00