add python + cocotb
This commit is contained in:
parent
67ad5379a3
commit
d6858716a0
|
@ -21,6 +21,9 @@
|
||||||
devShells = forAllSystems (pkgs: {
|
devShells = forAllSystems (pkgs: {
|
||||||
default = pkgs.mkShell {
|
default = pkgs.mkShell {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
|
python3
|
||||||
|
python3Packages.cocotb
|
||||||
|
python3Packages.cocotb-bus
|
||||||
yosys
|
yosys
|
||||||
nextpnr
|
nextpnr
|
||||||
# simulators
|
# simulators
|
||||||
|
|
Loading…
Reference in a new issue