BU-Tools / uHAL_AXI_regmap

Tools for building AXI slave VHDL from uHAL address tables.
Apache License 2.0
4 stars 4 forks source link

makefile path changes #5

Closed andrewpeck closed 3 years ago

andrewpeck commented 4 years ago

Addresses issues noted in issue #4

Note that using this requires changing the main firmware makefile to pass the absolute path to the regmap tool, e.g.

XML2VHD_PATH=$(shell pwd)/regmap_helper

instead of

XML2VHD_PATH=regmap_helper