From a50049ae050c625e66b5f9280929cbf2f98cdec4 Mon Sep 17 00:00:00 2001 From: Nathan Ringo Date: Wed, 2 Oct 2024 15:28:46 -0500 Subject: Adds tristates for HyperBus. This might need to be remodularized; Bluesim doesn't support Inouts, so this fails to build there for now. It probably makes sense to split out the board to its own package, then go back to having Top and TopSim packages, where only Top wires it up to Tristates. --- flake.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 7877aa2..062a6da 100644 --- a/flake.nix +++ b/flake.nix @@ -17,7 +17,10 @@ pkgs.gtkwave pkgs.picocom ]; - env.BSC = pkgs.bluespec; + env = { + BSC = pkgs.bluespec; + BSC_SRC = pkgs.bluespec.src; + }; }; packages = { -- cgit v1.2.3