hw/pmod: change symbol library to local path

This commit is contained in:
David Lenfesty 2022-09-08 21:11:52 -06:00
parent ec80aeefd4
commit 10dfcccde0
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@
``` ```
hardware/ - Directory for any hardware designs hardware/ - Directory for any hardware designs
pmod/ - A PMOD interface board, using 4 ADCs with LVDS converters to get data across PMOD pmod/ - A PMOD interface board, using 4 ADCs with LVDS converters to get data across PMOD
sonar_symbols.kicad_sym - custom KiCAD symbols I create for hardware
``` ```
## Design Goals ## Design Goals

View File

@ -1,3 +1,3 @@
(sym_lib_table (sym_lib_table
(lib (name "Sonar")(type "KiCad")(uri "/home/david/ARVP/sonar_fpga/hardware/sonar_symbols.kicad_sym")(options "")(descr "")) (lib (name "Sonar")(type "KiCad")(uri "${KIPRJMOD}/../sonar_symbols.kicad_sym")(options "")(descr ""))
) )