StanfordAHA / garnet

Next generation CGRA generator
BSD 3-Clause "New" or "Revised" License
106 stars 11 forks source link

added naming, cleaned code #1052

Closed kalhankoul96 closed 6 months ago

steveri commented 6 months ago

Your pull appears to be failing the mflowgen CI test because AFAICT you are using a version of mflowgen/common/rtl/gen_rtl.sh that does not match the most recent master branch. Is that possible? I think maybe you need to do something like

git checkout waveform_gen
git fetch origin
git merge origin/master