Commit Graph

5 Commits

Author SHA1 Message Date
4893f9cf7c Enhanced build config flexibility & updated docs
Refined the Makefile to accommodate pre-programming commands with `PROGRAMMER_PRE` variable and introduced a specific index for flashing with Digilent devices using `DJTG_FLASH_INDEX`. This allows for more flexible configuration pre-programming hooks and coherent handling of different indices for programming and flashing operations.

The README has been updated for clarity and to reflect new options. Simplified the installation instructions for GNU Make, enriched the project configuration section with default values for build options, introduced library naming for Verilog sources, and added a section detailing console output for easy report access post-build. Additionally, documented the new `make flash` target for Digilent programmers and the placeholder for `PROGRAMMER_PRE`.
2024-03-08 19:22:42 +01:00
4e1f44b718 Update README formatting and installation details
Improved the structure and readability of the README file by converting headers to markdown syntax and organizing content into clearly defined sections. Added acknowledgment for the original project and contributor. Extended installation instructions for GNU Make on various operating systems, including the Windows Subsystem for Linux. Clarified the configuration steps for creating a project and streamlined the documentation for setting up different programming utilities. Removed unimplemented features and targets sections, indicating they are work in progress or encouraging pull requests.
2024-03-08 19:02:11 +01:00
Dusk
af0af658c0 Various minor fixes
* Re-add missing line in ISim invocation

* Fix documentation for Digilent mode (thanks, @keesj)

* Fix iMPACT invocation (thanks, @acid-maker)

Closes #1
2017-09-13 16:45:29 -07:00
Dusk
d4f1c89e16 canonical XILINX path; initial testbench support 2016-05-24 16:07:06 -07:00
Dusk
2654cb829e Major rework - separate config from Makefile; add README 2016-05-14 23:56:36 -07:00