From 5b6a3f3b216939a11ed1978d7da4dd6bbe4edc2a Mon Sep 17 00:00:00 2001 From: Wojciech Kosior Date: Tue, 29 Dec 2020 19:52:00 +0100 Subject: add a C program for translating binary files to format understood by Verilog --- tools/Makefile.tools | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/Makefile.tools') diff --git a/tools/Makefile.tools b/tools/Makefile.tools index 5fc2b6c..19b265c 100644 --- a/tools/Makefile.tools +++ b/tools/Makefile.tools @@ -1,4 +1,4 @@ # This variable definition has been put here, because it is used by # toplevel Makefile as well as Makefile in tools/ -TOOLS = wasm_compile VGAdump2ppm +TOOLS = wasm_compile VGAdump2ppm bin2hex -- cgit v1.2.3