Skip to content

Commit

Permalink
0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephAbbey committed Apr 3, 2023
1 parent cb60e1c commit 1fa9c5d
Show file tree
Hide file tree
Showing 7 changed files with 2,753 additions and 2,423 deletions.
2 changes: 1 addition & 1 deletion fpga
Submodule fpga updated 44 files
+3 −0 .gitmodules
+3 −1 TCL/Colour/README.md
+110 −0 TCL/Colour/ooc.tcl
+0 −112 TCL/Colour/ooc.xdc
+3 −1 TCL/MTBF/README.md
+86 −0 TCL/MTBF/ooc.tcl
+0 −68 TCL/MTBF/ooc.xdc
+16 −0 TCL/auto_constrain/README.md
+81 −0 TCL/auto_constrain/ooc_template.tcl
+666 −0 TCL/auto_constrain/out_of_context_synth_lib.tcl
+8 −2 VHDL/AXI_Delay/README.md
+23 −0 VHDL/AXI_Delay/ScoreboardPkg_char.vhdl
+81 −0 VHDL/AXI_Delay/axi_edit.vhdl
+2 −2 VHDL/AXI_Delay/axi_pause.vhdl
+61 −0 VHDL/AXI_Delay/axi_width_conv_pause.vhdl
+101 −0 VHDL/AXI_Delay/axi_width_conv_pause_filter.vhdl
+41 −0 VHDL/AXI_Delay/char_utils_pkg.vhdl
+18 −7 VHDL/AXI_Delay/modelsim_compile.cmd
+69 −0 VHDL/AXI_Delay/ooc.tcl
+0 −75 VHDL/AXI_Delay/ooc.xdc
+390 −0 VHDL/AXI_Delay/protocol_edit.vhdl
+506 −0 VHDL/AXI_Delay/test_axi_edit.vhdl
+4 −3 VHDL/AXI_Delay/test_axi_pause.vhdl
+126 −0 VHDL/AXI_Delay/test_axi_width_conv_pause.vhdl
+161 −0 VHDL/AXI_Delay/test_axi_width_conv_pause_filter.vhdl
+629 −0 VHDL/AXI_Delay/test_protocol_edit.vhdl
+3 −2 VHDL/Adder_Tree/modelsim_compile.cmd
+3 −3 VHDL/BRAM/modelsim_compile.cmd
+3 −2 VHDL/Comparator/modelsim_compile.cmd
+3 −4 VHDL/FFT/modelsim_compile.cmd
+3 −2 VHDL/LFSR/modelsim_compile.cmd
+2 −2 VHDL/Local/modelsim_compile.cmd
+11 −2 VHDL/Local/test_testbench.vhdl
+13 −0 VHDL/Local/testbench_pkg.vhdl
+1 −0 VHDL/OsvvmLibraries
+1 −2 VHDL/Packages/modelsim_compile.cmd
+4 −3 VHDL/Polynomial/modelsim_compile.cmd
+0 −1 VHDL/Polynomial/test_polybitdiv.vhdl
+0 −1 VHDL/Polynomial/test_polydiv.vhdl
+1 −1 VHDL/Report_CDC/modelsim_compile.cmd
+3 −2 VHDL/Signal_Spies/modelsim_compile.cmd
+28 −0 VHDL/compile_osvvm.cmd
+17 −0 VHDL/compile_osvvm.tcl
+3 −4 VHDL/sfixed/modelsim_compile.cmd
13 changes: 12 additions & 1 deletion scratch-vhdl-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.2]

### Added

- Automatically use default editor for non-scratch files.

### Changed

- Run button naming and it now runs from the path of the file.

## [0.2.1]

### Removed
Expand Down Expand Up @@ -102,7 +112,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Rudimentary code generation (enough for button_driven).
- Continuous integration for OpenVSX and gh-releases using gh-actions.

[Unreleased]: https://github.com/house-of-abbey/scratch_vhdl/compare/v0.2.1...HEAD
[Unreleased]: https://github.com/house-of-abbey/scratch_vhdl/compare/v0.2.2...HEAD
[0.2.2]: https://github.com/house-of-abbey/scratch_vhdl/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/house-of-abbey/scratch_vhdl/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/house-of-abbey/scratch_vhdl/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/house-of-abbey/scratch_vhdl/compare/v0.1.0...v0.1.1
Expand Down
Loading

0 comments on commit 1fa9c5d

Please sign in to comment.