Commit Graph

9 Commits

Author SHA1 Message Date
Brandon Whitchurch
ecd7c805a4 remove debug print 2024-06-13 09:18:44 -07:00
Brandon Whitchurch
e4e49ef898 use DFS to recursively search and expand includes in a single pass 2024-06-13 09:13:05 -07:00
Brandon Whitchurch
feeab6b93b add check for duplicate include directives 2024-06-13 08:35:37 -07:00
Brandon Whitchurch
316c41ea52 fixes for insert includes
- avoid infinite loop condition
    - follow pep8 style guide
    - encapsulate some functionality to decrease visual nesting
2024-06-13 08:19:27 -07:00
Jerry Zhao
78adbc670b Add print INFO to header modification script 2024-03-19 23:42:23 -07:00
Jerry Zhao
ad838f0c83 Ignore uvm_macros.svh | we don't support UVM in included veriog 2024-03-19 23:42:01 -07:00
abejgonzalez
078de512ab Bump to firtool 1.58.0 2023-11-02 17:49:18 -07:00
Hansung Kim
921b0c062e Use env python interpreter in insert-includes.py
This fixes failing CI for CVA6/nvdla on a system that does not have a
/usr/bin/python interpreter by making the script use one from conda env.
2023-10-05 11:15:42 -07:00
Abraham Gonzalez
85b555dbce NVDLA Integration + Cleanup Ariane Preprocessing (#505)
* [nvdla] initial nvdla integration

* [nvdla] add firesim configs

* [nvdla] re-add accidentally deleted line

* [nvdla] works on master with small

* [nvdla] use master branch of nvdla

* [nvdla] remove extra sources

* [nvdla] bump

* [nvdla + ariane] bump and use insert-includes for pre-processing

* [nvdla] add ci | remove target configs in FireChip | update naming

* [nvdla] bump nvdla | fix ci run-tests error

* [nvdla] re-enable PCWM-L error | fix/update makefile(s)

* [nvdla] bump nvdla fragments in FireChip

* [misc] bump tutorial patches

* [chipyard] remove extra import

* [nvdla] bump nvdla for pbus [ci skip]

* [nvdla] update firemarshal and add nvdla workload

* [nvdla] bump nvdla-workload

* [nvdla] bump hw

* [docs] add basic documentation

* [docs] adjustments to documentation

* [misc] update docs | bump firesim with recipe

* [misc] disable error on warnings in verilator | bump number width to match RC

* [docs] fix doc build error

* [verilator] move no fail on warning to be global

* [ci skip] [nvdla] bump submodule urls

* [misc] move firesim specific configs into nvdla dir [ci skip]

* [nvdla] fix run-tests in ci

* update RC configs | bump marshal | bump nvdla-workload

* [nvdla] bump nvdla-workload [ci skip]

* add topology mixin to nvdla configs

* update tutorial patches
2020-05-16 12:22:30 -07:00