Skip to content

Releases: DylanVanAssche/digitale-synthese

V1.0.0

19 Dec 19:59
cc89924
Compare
Choose a tag to compare

Bugfixes

  • Fixed some small deployment issues
  • Updated the NCO for both receiver and transmitter to match the real frequency

Testing

  • Hardware test on the Virtex II Pro was a success!

V0.0.9

18 Dec 19:32
Compare
Choose a tag to compare
V0.0.9 Pre-release
Pre-release

Bugfixes

  • Fixed SequenceController reset value to capture the first 0 of the preamble correctly after a reset.
  • Fixed DPLL restart values (typo)
  • Fixed dataregister (datalink layer transmitter) input data. The preamble was OK but the data was inverted transmitted.

New features

  • Hardware Virtex II Pro UCF file updated for transmitter and receiver
  • Hardware top files (compatible with the UCF files)

Testing

  • Total testbench completely tested and ready for deployment

V0.0.8

17 Dec 07:47
9e07711
Compare
Choose a tag to compare
V0.0.8 Pre-release
Pre-release

Bugfixes

  • Fixed some undefined signals in the layers which gave problems for the total testbench

New features

  • Hardware Virtex II Pro UCF file

Testing

  • Total testbench partly tested, some issue remain which are currently WIP

V0.0.7

09 Dec 14:23
72d2fbe
Compare
Choose a tag to compare
V0.0.7 Pre-release
Pre-release

Bugfixes

  • Fixed some undefined signals in the layers and indentation.
  • Repaired the corrupted DataShiftReg module
  • Repaired the corrupted Correlator module

New features

  • Access layer receiver with it's components
  • Receiver top file

Testing

  • Access layer receiver tested and it's components
  • Receiver top file partly tested, needs #39

V0.0.6

27 Nov 19:23
428dc28
Compare
Choose a tag to compare
V0.0.6 Pre-release
Pre-release

Bugfixes

  • Fixed some testbenches

New features

  • Application layer receiver with it's components
  • Datalink layer receiver with it's components

Testing

  • Application layer receiver tested and it's components
  • Datalink layer receiver tested and it's components
  • Correlator tested
  • Despreader tested
  • MUX tested

V0.0.5

02 Nov 09:54
Compare
Choose a tag to compare
V0.0.5 Pre-release
Pre-release

Removed old files due a git issue.
This release is the cleaned up version of V0.0.4

V0.0.4

02 Nov 09:45
1a23ed9
Compare
Choose a tag to compare
V0.0.4 Pre-release
Pre-release

Bugfixes

  • Fixed lab notes #21

New features

  • Initial work for the receiver, still a WIP!

Testing

  • N/A

V0.0.3

25 Oct 09:39
Compare
Choose a tag to compare
V0.0.3 Pre-release
Pre-release

Bugfixes

  • Fixed typos
  • Unified comments

New features

  • Sender (top file)
  • DataLink layer (top file)
  • SequenceController
  • DataRegister

Testing

  • Fully tested all components
  • Datalink layer & Sender test also OK

V0.0.2

13 Oct 16:37
Compare
Choose a tag to compare
V0.0.2 Pre-release
Pre-release

Bugfixes

  • Fixed typos
  • Unified comments

New features

  • PNGenerator
  • MUX

Testing

  • Fully tested all components
  • Access layer test also OK

V0.0.1

11 Oct 10:29
Compare
Choose a tag to compare
V0.0.1 Pre-release
Pre-release

Bugfixes

  • Reformatted code using VHDL formatter
  • Unified comments
  • Moved components in folders

New features

  • Edgedetector
  • UpDownCounter

Testing

  • Fully tested all components
  • Layer test also OK