1. 20 Jun, 2019 1 commit
    • [VTA] Fix VTA function Vivado Compile Error. (#3375) · 917ad9f6
      Issue:
      when using vivado compile vta.cc with top function 'vta', vivado
      report deadlock error like '...with default size is used in a non -dataflow
      region, which may result in deadlock Please consider to resize the
      stream using the directive ‘set_directive_stream’ or the ‘HL S stream’
      pragma.'
      
      Solution:
      give the queue a default size as 8.
      Hua Jiang committed
  2. 19 Jun, 2019 2 commits
  3. 18 Jun, 2019 4 commits
  4. 17 Jun, 2019 8 commits
  5. 15 Jun, 2019 2 commits
  6. 14 Jun, 2019 5 commits
  7. 13 Jun, 2019 11 commits
  8. 12 Jun, 2019 6 commits
  9. 11 Jun, 2019 1 commit
    • [VTA][TSIM] update app example (#3343) · 124f9b7f
      * 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