- 22 Nov, 2019 1 commit
-
-
tripley committed
-
- 18 Nov, 2019 1 commit
-
-
Tianqi Chen committed
-
- 06 Nov, 2019 1 commit
-
-
Tianqi Chen committed
-
- 04 Sep, 2019 1 commit
-
-
* [VTA][Chisel] add scalafmt and format existing scala codebase * change column width to 100 * add scalafmt conf file as a valid file type * add asf header to scalafmt conf file and rerun formatter
Luis Vega committed
-
- 01 Sep, 2019 1 commit
-
-
* [VTA][TSIM] add virtual memory support to tsim example * fix identation * remove USE_TSIM macro and use 32-bit addr instead
Luis Vega committed
-
- 08 Jul, 2019 1 commit
-
-
* add tsim init function * add sim device * test wait and resume * launch simulation thread from DPILoader * add VTASimDPI module to handle all simulation related stuff * test tsim init * move exit to simdpi module * update vta driver * add chisel DPI module * get back simshell * update vta to support dpi sim * update unittests * add tsim to integration-conv2d test * run resnet on tsim * remove max-cycles * match tsim counters with sim counters * use env in simulator to switch between sim and tsim * update unittest * rollback conv2d test * update resnet * add stats to matrix multiply * add stats * print stats after assert * update other tests * add stats to gemm * add return and remove unused libs * add missing arg * return lib * update comments for linter * add more comments to VTASimDPI module * remove trailing spaces * remove trailing spaces
Luis Vega committed
-
- 27 Jun, 2019 1 commit
-
-
[Symptom] after follow the tsim example readme, doing verilator install by 'sudo apt-get-install verilator' Once enable 'debug' or manually add 'printf' logic in chisel module, verilator would report following error. 'syntax error, unexpected INTEGER NUMBER, expecting IDENTIFIER' [Fix] upgrade verilator to 4.012, issue fixed. [Solution] Link README.md verilator install steps with verilator home website install instruction.
Hua Jiang committed
-
- 21 Jun, 2019 1 commit
-
-
* update README * fix typo
Luis Vega committed
-
- 14 Jun, 2019 1 commit
-
-
Luis Vega committed
-
- 13 Jun, 2019 1 commit
-
-
* add support to event counters in VTA * fix comment * fix event-counter interface parameter * no longer needed * add sim back * add docs to event counters * fix docs * add more details about event counting * make dpi-module docs more accurate
Luis Vega committed
-
- 11 Jun, 2019 1 commit
-
-
* add initial support to cycle counter to accelerator * remove prints from c * add event counter support to chisel tsim example * make it more readable * use a config class * update driver * add individual Makefile to chisel * add rule for installing vta package * add makefile for verilog backend * update drivers * update * rename * update README * put default sim back * set counter to zero
Luis Vega committed
-
- 09 Jun, 2019 1 commit
-
-
Luis Vega committed
-
- 08 Jun, 2019 1 commit
-
-
* update README * update README * update README * update README * fix typo
Luis Vega committed
-
- 07 Jun, 2019 1 commit
-
-
* add documentation and check for extension * add env variable for verilator include * fix typo * this will test if path exist otherwise it won't buid * check if verilator path and binary is set properly * add ? * remove export * no longer needed
Luis Vega committed
-
- 06 Jun, 2019 1 commit
-
-
* make off lowercase * update README
Luis Vega committed
-
- 05 Jun, 2019 1 commit
-
-
Luis Vega committed
-
- 28 May, 2019 1 commit
-
-
[VTA][TSIM] Use Module instead of RawModule for testbench by creating an empty bundle for the IO (#3242) * use Module instead of RawModule for testbench by creating an empty bundle for the IO * change default back to verilog
Luis Vega committed
-
- 20 May, 2019 1 commit
-
-
Luis Vega committed
-
- 08 May, 2019 1 commit
-
-
* merge files * move verilator to the right place * change name to tsim * add default rule to be build and run * add README for tsim * Update README.md * add some structural feedback * change name of VTASim to VTADPISim * more renaming * update comment * add license * fix indentation * add switch for vta-tsim * add more licenses * update readme * address some of the new feedback * add some feedback from cpplint * add one more whitespace * pass pointer so linter is happy * pass pointer so linter is happy * README moved to vta documentation * create types for dpi functions, so they can be handle easily * fix pointer style * add feedback from docs * parametrize width data and pointers * fix comments * fix comment * add comment to class * add missing parameters * move README back to tsim example * add feedback * add more comments and remove un-necessary argument in finish * update comments * fix cpplint * fix doc
Luis Vega committed
-