Add CVC simulator run scripts
This commit is contained in:
4
test-cvc/shell.nix
Normal file
4
test-cvc/shell.nix
Normal file
@@ -0,0 +1,4 @@
|
||||
{ pkgs ? import <nixpkgs> {} }:
|
||||
|
||||
with pkgs;
|
||||
mkShell { packages = [ gnumake zlib /* haskellPackages.sv2v */ ]; }
|
||||
Reference in New Issue
Block a user