Commit a1d129f4 authored by Chick Markley's avatar Chick Markley Committed by GitHub
Browse files

Fix compiler errors due to firrtl emitter api changes (#125)

* Reworked the VerilatorCppHarnessCompiler stuff.  It seemed to be unnecessarily using Transforms to do a simple template substitution.
chiselMain had it's own hooks into the above.  Cleaned this up as much as I dared
Fix deprecated code
Reg(init -> RegInit(
log2Up -> Log2Ceil
Fixed up style (I needed this to debug this mess)

* Got rid of chisel2 Module references

* Incorporate Angie's Bundle -> Record changes for PeekPokeTesterUtils
parent ccfd7e50
Supports Markdown
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