- Dec 20, 2017
-
-
Wei Song (宋威) authored
-
Schuyler Eldridge authored
Fixes #708
-
- Dec 19, 2017
-
-
Adam Izraelevitz authored
-
Jack Koenig authored
Bump SBT to 1.0.4 and update plugins Update Scala versions and sbt commands in .travis.yml Replace run-main with runMain
-
- Dec 16, 2017
-
-
Adam Izraelevitz authored
-
- Dec 13, 2017
-
-
Jack Koenig authored
Remove wires, replacing them with nodes
-
Jack Koenig authored
Make the check script allow different designs Add FPU, ICache, and RocketCore to regress and use instead of Rob for CI equivalence check
-
Jack Koenig authored
This transform replaces all wires with nodes in a legal, flow-forward order
-
Jack Koenig authored
-
Jack Koenig authored
Move pad to object ConstantPropagation so other transforms can use it
-
Jim Lawson authored
-
- Nov 30, 2017
-
-
Wenyu Tang authored
* add graph node classes * add graph representation usage pass * remove pass using graph nodes so that firrtl can compile * move google graph ir nodes to altIR package
-
- Nov 29, 2017
- Nov 17, 2017
-
-
Albert Magyar authored
-
Jack Koenig authored
Also let Travis know that equivalence checks can take a while
-
- Nov 11, 2017
-
-
Albert Magyar authored
-
- Nov 09, 2017
-
-
Jack Koenig authored
-
Jack Koenig authored
-
Jack Koenig authored
-
- Nov 01, 2017
-
-
Jack Koenig authored
-
- Oct 04, 2017
-
-
Jack Koenig authored
Add Yosys formal equivalence checking to Travis regressions
-
- Oct 02, 2017
-
-
Jack Koenig authored
Also add Travis test for running this script on PRs
-
Jack Koenig authored
-
Jack authored
-
- Oct 01, 2017
-
-
Albert Magyar authored
-
Adam Izraelevitz authored
-
Adam Izraelevitz authored
-
- Sep 30, 2017
-
-
Jack Koenig authored
Defined as the range from ' ' to '~' [0x20, 0x7e]
-
Jack Koenig authored
This prevents collisions for one prefix (including temp) from incrementing the suffix for other prefixes. Makes names more stable.
-
- Sep 23, 2017
-
-
Jack Koenig authored
Refactor StringLit to use String instead of Array[Byte]
-
- Sep 22, 2017
-
-
Edward Wang authored
-
Chick Markley authored
When calling verilator in a subdirectory like ./test_run_dir/... verilator will read the verilog file from the current working directory if there is a file there with the right name. This fix specifies the specific path of the verilog file intended.
-
- Sep 20, 2017
-
-
Chick Markley authored
not exit when --help is included in program flags
-
Chick Markley authored
Adds programArgs to commonOptions programArgs is all arguments on command line with out leading -/+ or are not bound to a flag. Create simple test
-
- Sep 15, 2017
-
-
Jim Lawson authored
* Update sbt to 0.13.16; add Scala 2.12 support. To clean, test, and build Scala 2.11 and Scala 2.12 versions: % sbt +clean +test +publishLocal * Update Travis to test in 2.11.11 and 2.12.3 * Try different way of providing Travis Scala version * Attempt to get verilator built before tests.
-
- Sep 13, 2017
-
-
Schuyler Eldridge authored
* Make pathsInDAG walk all possible paths Signed-off-by:Schuyler Eldridge <schuyler.eldridge@ibm.com> * Use linearization order when finding all paths in DAG
-
- Sep 07, 2017
-
-
Edward Wang authored
Since InstanceGraph now has all modules in its graph, test ConstProp on all modules as a default behaviour. - Need to think about how to target ConstProp only for a specific module? Close #644
-
- Sep 06, 2017
-
-
Edward Wang authored
-
Albert Magyar authored
-