Skip to content

Commit

Permalink
Fix Spatz python dependencies in Carfield top level (#253)
Browse files Browse the repository at this point in the history
* dependencies: Fix Spatz python dependencies in Carfield top level

* docs: Change python minimum version to 3.0

* docs: Change python minimum version to 3.6
  • Loading branch information
ezelioli authored Feb 23, 2024
1 parent 91bf796 commit 64e8ef8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions carfield.mk
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ BENDER ?= bender
BENDER_ROOT ?= $(CAR_ROOT)/.bender
BENDER_PATH ?= $(shell which $(BENDER))

PYTHON ?= python3

# Include mandatory bender targets and defines for multiple targets (sim, fpga, synth)
include $(CAR_ROOT)/bender-common.mk
include $(CAR_ROOT)/bender-sim.mk
Expand Down
2 changes: 1 addition & 1 deletion docs/gs.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The project is structured as follows:
To *build* Carfield, you will need:

- GNU Make `>= 3.82`
- Python `>= 3.9`
- Python `>= 3.6`
- Bender `>= 0.27.1`
- RISCV GCC `>= 11.2.0`
- Python packages in `requirements.txt`
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
hjson
jsonref
jsonschema
Mako==1.1.6
PyYAML==6.0
pyelftools==0.29
requests
hjson
mako
pyyaml
tabulate
Expand Down

0 comments on commit 64e8ef8

Please sign in to comment.