diff options
author | Martin Stensgård <mastensg@mastensg.net> | 2025-04-26 17:30:20 +0200 |
---|---|---|
committer | Martin Stensgård <mastensg@mastensg.net> | 2025-04-26 17:30:20 +0200 |
commit | 01aa6696370e91db2615d87a70a3bf4e506c09da (patch) | |
tree | c3f8e911349a2d655928433a2d0b52c33589e424 | |
parent | 7b201fcb831296eaf4b7b69550e81f7fc006982e (diff) |
verilator_example_binary/Makefile: delete unused TOP
-rw-r--r-- | verilator_example_binary/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/verilator_example_binary/Makefile b/verilator_example_binary/Makefile index 6f95089..7381e58 100644 --- a/verilator_example_binary/Makefile +++ b/verilator_example_binary/Makefile @@ -1,5 +1,3 @@ -TOP = hello - all: obj_dir/Vhello check: all |