From c591c9c6eaf8d57cf22b6afb6d3b39b238abf955 Mon Sep 17 00:00:00 2001 From: Fischer Moseley <42497969+fischermoseley@users.noreply.github.com> Date: Mon, 17 Jul 2023 08:08:09 -0700 Subject: [PATCH] update makefile targets --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3cef4e4..5b00574 100644 --- a/Makefile +++ b/Makefile @@ -99,7 +99,8 @@ formal: sby -f test/formal_verification/bridge_rx.sby # Build Examples -nexys_a7: nexys_a7_video_sprite_uart nexys_a7_io_core nexys_a7_ps2_logic_analyzer nexys_a7_lut_mem +nexys_a7: nexys_a7_io_core_ether nexys_a7_io_core_uart nexys_a7_lut_mem_ether nexys_a7_lut_mem_uart nexys_a7_ps2_logic_analyzer nexys_a7_video_sprite_ether nexys_a7_video_sprite_uart + nexys_a7_io_core_ether: cd examples/nexys_a7/io_core_ether/;\