fix hardware-makefile for osx, bugfix chisel-RegFile, and rename driver (#3371)
authorLuis Vega <vegaluisjose@users.noreply.github.com>
Fri, 14 Jun 2019 08:01:00 +0000 (01:01 -0700)
committereqy <eddieyan101@gmail.com>
Fri, 14 Jun 2019 08:01:00 +0000 (01:01 -0700)
commitf731e0e666ff07ceba228e2ea0b1bcda837fa6e1
tree3a4c4ef7d7f557d6011aca913dd68cc180390b47
parent2b045c560a7bac6852affb2ed5fc9df550405a2f
fix hardware-makefile for osx, bugfix chisel-RegFile, and rename driver (#3371)
vta/apps/tsim_example/Makefile
vta/apps/tsim_example/hardware/chisel/Makefile
vta/apps/tsim_example/hardware/chisel/src/main/scala/accel/RegFile.scala
vta/apps/tsim_example/hardware/verilog/Makefile
vta/apps/tsim_example/python/__init__.py [new file with mode: 0644]
vta/apps/tsim_example/python/accel/__init__.py [deleted file]
vta/apps/tsim_example/python/tsim.py [moved from vta/apps/tsim_example/python/accel/driver.py with 90% similarity]
vta/apps/tsim_example/tests/python/chisel_accel.py
vta/apps/tsim_example/tests/python/verilog_accel.py
vta/hardware/chisel/Makefile