Skip to content

Releases: VoltCyclone/PCILeechFWGenerator

v0.14.3b8

03 Jan 08:23
Immutable release. Only release title and notes can be modified.
578dcf4

Choose a tag to compare

v0.14.3b8 Pre-release
Pre-release
524 bug 0143b7 (#525)

* Fix duplicate source file paths causing Vivado synthesis errors

- Fixed nested src/src/ directory structure that was causing duplicate module definitions
- When copying source files, don't append 'src' to output_dir since relative paths already include it
- This resolves Vivado synthesis errors about overwriting module definitions and unresolved hierarchical names
- Fixes issue where files were being added twice to Vivado project (once from src/ and once from src/src/)

Root cause: _copy_source_files was preserving directory structure from board_path,
which included 'src/', but was also being given an output_dir of 'board_output_dir/src',
resulting in files being placed at 'board_output_dir/src/src/file.sv'.

* Add regression tests for source file duplication bug

- test_copy_source_files_no_nested_src_directory: Verifies files aren't copied to src/src/
- test_unified_build_script_no_duplicate_source_files: Ensures build script doesn't add duplicate files

These tests prevent regression of GitHub issue #524 where duplicate module definitions
were causing Vivado synthesis to fail due to nested src/src/ directory structure.

* ..

v0.14.3b7

31 Dec 05:02
888e252

Choose a tag to compare

What's Changed

Full Changelog: v0.14.3-beta.6...v0.14.3-beta.7

v0.14.3b6

29 Dec 19:40
82a32ac

Choose a tag to compare

v0.14.3-beta.6

fix (#520)

v0.14.3b4

29 Dec 19:38

Choose a tag to compare

v0.14.3b4 Pre-release
Pre-release

What's Changed

Full Changelog: v0.14.3...v0.14.3-beta.4

v0.14.4b3

28 Dec 04:58

Choose a tag to compare

v0.14.4b3 Pre-release
Pre-release

v0.14.4b1

28 Dec 01:38

Choose a tag to compare

v0.14.4b1 Pre-release
Pre-release
v0.14.4-beta.2

fancier script

v0.14.4b1

28 Dec 01:21

Choose a tag to compare

v0.14.4b1 Pre-release
Pre-release
v0.14.4-beta.1

fancier script

v0.14.3b5

29 Dec 19:39
5930bdf

Choose a tag to compare

v0.14.3b5 Pre-release
Pre-release

What's Changed

Full Changelog: v0.14.3...v0.14.3-beta.5

v0.14.3b2

27 Dec 14:57
Immutable release. Only release title and notes can be modified.
84a538c

Choose a tag to compare

What's Changed

Full Changelog: v0.14.3-beta.1...v0.14.3-beta.2

v0.14.3

27 Dec 17:06
84a538c

Choose a tag to compare

What's Changed

Full Changelog: v0.14.2...v0.14.3