├── Connector_Viewer ├── Readme.txt ├── data.js ├── make_all ├── make_html_con.pl ├── make_js_con.pl ├── parse_pin_con.pl ├── pin_con.txt └── result.htm ├── FPGA_Pin_Viewer ├── README.txt ├── data.js ├── make_all ├── make_html.pl ├── make_js.pl ├── parse_connections.pl ├── parse_csv.pl ├── pin_U29.txt ├── pin_U3.txt ├── pin_U32.txt ├── pin_U7.txt ├── pin_con.txt └── result.htm ├── Geeknotes ├── ECP5_EBR_INITVAL.txt └── ECP5_EBR_notes.txt ├── HOWTO_Update.txt ├── Hello_World_1 ├── README.md ├── constraints.lpf ├── prog_openocd.cfg └── top.v ├── I_want_inputs ├── README.md ├── constraints.lpf ├── make ├── mod1.jpg ├── mod2.jpg └── test_inp.v ├── LICENSE ├── README.md ├── SDRAM └── constraints_sdram.lpf ├── beautify-timing-report.pl ├── buffer_overview ├── buffers.jpg └── overview.txt ├── ecp5_bb_sanitizer.pl └── pin_listing_scripts ├── pin_con.txt ├── print_buffer_pins.pl ├── print_diff_pairs.pl └── print_fpga_pins.pl /Connector_Viewer/Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kittennbfive/5A-75B-tools/HEAD/Connector_Viewer/Readme.txt -------------------------------------------------------------------------------- /Connector_Viewer/data.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kittennbfive/5A-75B-tools/HEAD/Connector_Viewer/data.js -------------------------------------------------------------------------------- /Connector_Viewer/make_all: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kittennbfive/5A-75B-tools/HEAD/Connector_Viewer/make_all -------------------------------------------------------------------------------- /Connector_Viewer/make_html_con.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kittennbfive/5A-75B-tools/HEAD/Connector_Viewer/make_html_con.pl -------------------------------------------------------------------------------- /Connector_Viewer/make_js_con.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kittennbfive/5A-75B-tools/HEAD/Connector_Viewer/make_js_con.pl -------------------------------------------------------------------------------- /Connector_Viewer/parse_pin_con.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kittennbfive/5A-75B-tools/HEAD/Connector_Viewer/parse_pin_con.pl -------------------------------------------------------------------------------- /Connector_Viewer/pin_con.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kittennbfive/5A-75B-tools/HEAD/Connector_Viewer/pin_con.txt -------------------------------------------------------------------------------- /Connector_Viewer/result.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kittennbfive/5A-75B-tools/HEAD/Connector_Viewer/result.htm -------------------------------------------------------------------------------- /FPGA_Pin_Viewer/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kittennbfive/5A-75B-tools/HEAD/FPGA_Pin_Viewer/README.txt -------------------------------------------------------------------------------- /FPGA_Pin_Viewer/data.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kittennbfive/5A-75B-tools/HEAD/FPGA_Pin_Viewer/data.js -------------------------------------------------------------------------------- /FPGA_Pin_Viewer/make_all: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kittennbfive/5A-75B-tools/HEAD/FPGA_Pin_Viewer/make_all -------------------------------------------------------------------------------- /FPGA_Pin_Viewer/make_html.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kittennbfive/5A-75B-tools/HEAD/FPGA_Pin_Viewer/make_html.pl -------------------------------------------------------------------------------- /FPGA_Pin_Viewer/make_js.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kittennbfive/5A-75B-tools/HEAD/FPGA_Pin_Viewer/make_js.pl -------------------------------------------------------------------------------- /FPGA_Pin_Viewer/parse_connections.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kittennbfive/5A-75B-tools/HEAD/FPGA_Pin_Viewer/parse_connections.pl -------------------------------------------------------------------------------- /FPGA_Pin_Viewer/parse_csv.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kittennbfive/5A-75B-tools/HEAD/FPGA_Pin_Viewer/parse_csv.pl -------------------------------------------------------------------------------- /FPGA_Pin_Viewer/pin_U29.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kittennbfive/5A-75B-tools/HEAD/FPGA_Pin_Viewer/pin_U29.txt -------------------------------------------------------------------------------- /FPGA_Pin_Viewer/pin_U3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kittennbfive/5A-75B-tools/HEAD/FPGA_Pin_Viewer/pin_U3.txt -------------------------------------------------------------------------------- /FPGA_Pin_Viewer/pin_U32.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kittennbfive/5A-75B-tools/HEAD/FPGA_Pin_Viewer/pin_U32.txt -------------------------------------------------------------------------------- /FPGA_Pin_Viewer/pin_U7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kittennbfive/5A-75B-tools/HEAD/FPGA_Pin_Viewer/pin_U7.txt -------------------------------------------------------------------------------- /FPGA_Pin_Viewer/pin_con.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kittennbfive/5A-75B-tools/HEAD/FPGA_Pin_Viewer/pin_con.txt -------------------------------------------------------------------------------- /FPGA_Pin_Viewer/result.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kittennbfive/5A-75B-tools/HEAD/FPGA_Pin_Viewer/result.htm -------------------------------------------------------------------------------- /Geeknotes/ECP5_EBR_INITVAL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kittennbfive/5A-75B-tools/HEAD/Geeknotes/ECP5_EBR_INITVAL.txt -------------------------------------------------------------------------------- /Geeknotes/ECP5_EBR_notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kittennbfive/5A-75B-tools/HEAD/Geeknotes/ECP5_EBR_notes.txt -------------------------------------------------------------------------------- /HOWTO_Update.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kittennbfive/5A-75B-tools/HEAD/HOWTO_Update.txt -------------------------------------------------------------------------------- /Hello_World_1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kittennbfive/5A-75B-tools/HEAD/Hello_World_1/README.md -------------------------------------------------------------------------------- /Hello_World_1/constraints.lpf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kittennbfive/5A-75B-tools/HEAD/Hello_World_1/constraints.lpf -------------------------------------------------------------------------------- /Hello_World_1/prog_openocd.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kittennbfive/5A-75B-tools/HEAD/Hello_World_1/prog_openocd.cfg -------------------------------------------------------------------------------- /Hello_World_1/top.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kittennbfive/5A-75B-tools/HEAD/Hello_World_1/top.v -------------------------------------------------------------------------------- /I_want_inputs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kittennbfive/5A-75B-tools/HEAD/I_want_inputs/README.md -------------------------------------------------------------------------------- /I_want_inputs/constraints.lpf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kittennbfive/5A-75B-tools/HEAD/I_want_inputs/constraints.lpf -------------------------------------------------------------------------------- /I_want_inputs/make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kittennbfive/5A-75B-tools/HEAD/I_want_inputs/make -------------------------------------------------------------------------------- /I_want_inputs/mod1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kittennbfive/5A-75B-tools/HEAD/I_want_inputs/mod1.jpg -------------------------------------------------------------------------------- /I_want_inputs/mod2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kittennbfive/5A-75B-tools/HEAD/I_want_inputs/mod2.jpg -------------------------------------------------------------------------------- /I_want_inputs/test_inp.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kittennbfive/5A-75B-tools/HEAD/I_want_inputs/test_inp.v -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kittennbfive/5A-75B-tools/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kittennbfive/5A-75B-tools/HEAD/README.md -------------------------------------------------------------------------------- /SDRAM/constraints_sdram.lpf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kittennbfive/5A-75B-tools/HEAD/SDRAM/constraints_sdram.lpf -------------------------------------------------------------------------------- /beautify-timing-report.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kittennbfive/5A-75B-tools/HEAD/beautify-timing-report.pl -------------------------------------------------------------------------------- /buffer_overview/buffers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kittennbfive/5A-75B-tools/HEAD/buffer_overview/buffers.jpg -------------------------------------------------------------------------------- /buffer_overview/overview.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kittennbfive/5A-75B-tools/HEAD/buffer_overview/overview.txt -------------------------------------------------------------------------------- /ecp5_bb_sanitizer.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kittennbfive/5A-75B-tools/HEAD/ecp5_bb_sanitizer.pl -------------------------------------------------------------------------------- /pin_listing_scripts/pin_con.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kittennbfive/5A-75B-tools/HEAD/pin_listing_scripts/pin_con.txt -------------------------------------------------------------------------------- /pin_listing_scripts/print_buffer_pins.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kittennbfive/5A-75B-tools/HEAD/pin_listing_scripts/print_buffer_pins.pl -------------------------------------------------------------------------------- /pin_listing_scripts/print_diff_pairs.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kittennbfive/5A-75B-tools/HEAD/pin_listing_scripts/print_diff_pairs.pl -------------------------------------------------------------------------------- /pin_listing_scripts/print_fpga_pins.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kittennbfive/5A-75B-tools/HEAD/pin_listing_scripts/print_fpga_pins.pl --------------------------------------------------------------------------------