Commit graph

30 commits

Author SHA1 Message Date
7de27a2408 change converter code to drive new verilog 2022-07-27 09:33:11 -04:00
1add778b51 change CSR types 2022-07-27 09:32:49 -04:00
01cbcb5fae add verilog SPI 2022-07-21 17:07:52 -04:00
38c15cec45 add floating point flag to threads 2022-07-18 12:46:39 -04:00
52e2dada98 rename dac_adc_test_main.c to test_dac_adc_main.c 2022-07-15 13:56:58 -04:00
52ecbd1901 io.c: document ADC code 2022-07-15 11:01:03 -04:00
683f85df00 add .gitignore 2022-07-14 15:48:07 -04:00
4370ee3d69 add dac_adc test 2022-07-14 15:47:31 -04:00
618bf3266a fix io.c includes and logging 2022-07-14 15:46:59 -04:00
9a0d590cf1 dont bring in csr locations when not necessary 2022-07-14 15:46:38 -04:00
ffae5ecdf9 add sign extension, header 2022-07-14 15:11:22 -04:00
592939f5bd change pinout 2022-07-14 15:10:58 -04:00
f6c90ff3d1 ADC code simplification; use lowest common denominator instead 2022-07-14 10:14:09 -04:00
75e1001452 checks and misc fix 2022-07-14 09:27:18 -04:00
5287366140 start DAC and ADC io 2022-07-13 15:36:36 -04:00
32b96eaf9a add macros for number of adcs and dacs 2022-07-13 15:35:42 -04:00
60d9b63163 testing PMOD DAC output successful 2022-07-13 14:12:06 -04:00
2e42fef4ef Makefiles depend on generated files 2022-07-13 14:11:56 -04:00
7fa5431ea4 add Makefile to software 2022-07-13 13:56:51 -04:00
50a3989e98 i broke the PMOD connectors by driving them 5V lol 2022-07-13 12:30:36 -04:00
f3c29d57d4 cast csr locations to supress errors 2022-07-13 12:11:47 -04:00
94feabe652 add software 2022-07-13 12:07:03 -04:00
675e4adc27 add pin_io.h to clean 2022-07-12 15:37:57 -04:00
6cbc83f1ab add generate_csr_locations 2022-07-12 15:36:50 -04:00
49c50cbe07 add devicetree generation 2022-07-12 15:22:14 -04:00
930b5ec8af cleanup 2022-07-12 13:30:28 -04:00
9d35754dab add makefile; condense LiteX CSRs 2022-07-12 13:29:26 -04:00
cbd49b5a87 add clean.sh, add adc and dac pins to SOC properly 2022-07-11 20:33:25 -04:00
98ee6cdecc import constraints 2022-07-11 12:02:16 -04:00
4cd1f30e72 add custom SoC generator 2022-07-10 19:28:32 -04:00