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

Running verilator broken if port name contains dutname as substring (#171)

* Running verilator broken if port name contains dutname as substring
Changed replace to replaceFirst to only change the dutname
in constructing verilator io interface
Changed GCDSpec port names to trigger the bug and verify fix.

* Removed main from RealGCD2.
Main was launching interpreter-repl,
IntelliJ doesn't like main's mixed with tests
And the chisel-template has better examples of how
to do this.
parent b00461ca
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