Rev |
Log message |
Author |
Age |
Path |
24 |
Updated simulation sources to reflect changes made for synthesis. |
daniel.kho |
3938d 11h |
/ |
23 |
Added top-level user example used in technical paper. |
daniel.kho |
3946d 05h |
/ |
22 |
Added pin assignments for BeMicro kit. Added demo top-level used in technical paper. |
daniel.kho |
3946d 05h |
/ |
21 |
Added synthesis files for Vivado. The RTL have not yet been updated with the latest changes available in the Quartus version. |
daniel.kho |
3949d 07h |
/ |
20 |
Updated simulation scripts. |
daniel.kho |
3949d 07h |
/ |
19 |
Updated synthesis constraints and scripts. |
daniel.kho |
3949d 07h |
/ |
18 |
Added hardware PRBS generator, modularised top-level by having separate file as the tester. |
daniel.kho |
3949d 07h |
/ |
17 |
Added more pipelining, enhancements. Tested on BeMicro kit. |
daniel.kho |
3949d 08h |
/ |
16 |
Moved transaction counter from BFM to user. This gives the user more control over the number of transactions. The BFM now treats this as an input. |
daniel.kho |
4052d 04h |
/ |
15 |
[minor]: cleaned up sources. |
daniel.kho |
4054d 11h |
/ |
14 |
Added simple reset logic and verified on hardware. Added PLL to supply test clock to SignalTap. |
daniel.kho |
4063d 01h |
/ |
13 |
Fixed one-cycle extra read issue, occurring during fast read. Verified on hardware as well. |
daniel.kho |
4063d 05h |
/ |
12 |
Used generic package instead of using tauhop.tlm (abstract package) directly, and updated corresponding context paths. Simulated fine with ModelSim 10.1b. [previous]: Previous update included synthesis fixes ported from simulation sources. |
daniel.kho |
4072d 10h |
/ |
11 |
Synthesised design with bugfixes discovered during simulation. Basically, these bugfixes just checks the design's behaviour against the AXI spec, and make sure the assumptions match. |
daniel.kho |
4074d 04h |
/ |
10 |
Written a few more directed testcases (in user.vhdl), and fixed several bugs. TODO move the testcases to the stimuli folder. |
daniel.kho |
4078d 04h |
/ |
9 |
Added synthesis files. Design debugged and synthesised with Quartus. Added synthesis script, and included OS-VVM simulation packages. |
daniel.kho |
4081d 00h |
/ |
8 |
[minor]: removed writeStream(). The write() procedure can be used for both stream and non-stream interfaces. For stream interfaces, just map the address argument to don't-cares. Made several other minor enhancements, simplifications. |
daniel.kho |
4181d 06h |
/ |
7 |
[minor]: renamed axi4-stream-bfm.vhdl to axi4-stream-bfm-master.vhdl so as to allow a future implementation of the AXI4-Stream slave / receiver. Changed simulation script to start GUI simulation only when there are no errors (previously, it brings up the GUI even when there are compilation errors). |
daniel.kho |
4185d 00h |
/ |
6 |
[minor]: expanded some waveforms and show random stimulus from simulation script. |
daniel.kho |
4185d 05h |
/ |
5 |
[minor]: refactored type names to use the convention 't_*' for more clarity. AXI4-Stream signal names also starts with a 't'. |
daniel.kho |
4185d 09h |
/ |