Install CIRCT outside of conda (add CI to auto-update)

This commit is contained in:
abejgonzalez
2023-11-30 15:47:14 -08:00
parent 5405b4caa3
commit b9e504411a
7 changed files with 71 additions and 21 deletions

View File

@@ -29,7 +29,7 @@ dependencies:
- conda-gcc-specs
- binutils
- firtool==1.58.0 # from ucb-bar channel - https://github.com/ucb-bar/firtool-feedstock
# firtool handled outside of conda
# misc
- autoconf

3
conda-reqs/circt.json Normal file
View File

@@ -0,0 +1,3 @@
{
"version": "firtool-1.58.0"
}