diff options
author | rahulp13 | 2022-02-22 00:15:25 +0530 |
---|---|---|
committer | rahulp13 | 2022-02-22 00:15:25 +0530 |
commit | 5000da993e5d83bc4306a556da4ccc254145bd31 (patch) | |
tree | 3fe537086f794935efd9f2db89d8a09b9512c0cf /library/tlv/sandpiper_gen.vh | |
parent | fd196488664dc381f6152d18af6e1afbe906d5f0 (diff) | |
download | eSim-5000da993e5d83bc4306a556da4ccc254145bd31.tar.gz eSim-5000da993e5d83bc4306a556da4ccc254145bd31.tar.bz2 eSim-5000da993e5d83bc4306a556da4ccc254145bd31.zip |
Restructured Verilator libraries
Diffstat (limited to 'library/tlv/sandpiper_gen.vh')
-rwxr-xr-x | library/tlv/sandpiper_gen.vh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/library/tlv/sandpiper_gen.vh b/library/tlv/sandpiper_gen.vh new file mode 100755 index 00000000..d063661a --- /dev/null +++ b/library/tlv/sandpiper_gen.vh @@ -0,0 +1,4 @@ +// This just verifies that sandpiper.vh has been included. +`ifndef SANDPIPER_VH + !!!ERROR: SandPiper project's sp_<proj>.vh file must include sandpiper.vh. +`endif |