T. Meissner
|
76f15e8c76
|
integrate VHDL-08 libraries
|
10 years ago |
T. Meissner
|
74675aa698
|
removed, using the VHDL-2008 string functions instead
|
10 years ago |
T. Meissner
|
5dd42b80a2
|
add synthesizable and configurable SPI master component and enhance unit test
|
10 years ago |
T. Meissner
|
dc24fc93b1
|
fixed reset initialisation of s_sclk_d
|
10 years ago |
T. Meissner
|
d12f791556
|
beautify
|
10 years ago |
T. Meissner
|
502aec376a
|
replaced direct read from async SpiMosi_i input by read from registered a_mosi
|
10 years ago |
T. Meissner
|
308e33cd0c
|
synthesis don't like the std_logic'val(int) construct, change to if/else instead
|
10 years ago |
T. Meissner
|
5e7db54e8f
|
add implementation results for SpiSlave component
|
10 years ago |
T. Meissner
|
a6169f1cdb
|
Merge branch 'master' of https://github.com/tmeissner/libvhdl
|
10 years ago |
T. Meissner
|
c9fc7388c9
|
add synthesizable configurable SPI slave component and unit test
|
10 years ago |
T. Meissner
|
ac5925c717
|
add synthesizable configurable SPI slave component and unit test
|
10 years ago |
T. Meissner
|
2b34512dec
|
clean up assert_* procedures, add new optional parameter for severity level
|
10 years ago |
T. Meissner
|
389b3470f1
|
add cpha parameter do spi_master & spi_slave; change unit test to check all combinations of cpol & cpha
|
10 years ago |
T. Meissner
|
10462234cc
|
more and besset comments
|
10 years ago |
T. Meissner
|
b4e6625524
|
beautifying
|
10 years ago |
T. Meissner
|
61baa0ff9a
|
add information about new AssertP and SimP package components and tests
|
10 years ago |
T. Meissner
|
58478fa5f0
|
add new SimP package with various general useful testbench procedures like spi master & slave
|
10 years ago |
T. Meissner
|
990a511776
|
compile all packages in library 'libvhdl' now & use the library in the testbenches
|
10 years ago |
T. Meissner
|
e70325aa62
|
use new overloaded procedures with added report string parameter
|
10 years ago |
T. Meissner
|
31bc032b82
|
add overloaded versions of all assert procedures with report string parameter added
|
10 years ago |
T. Meissner
|
1314da2738
|
add StringP & AssertP source files to Queuet target
|
10 years ago |
T. Meissner
|
b02ec5e6b5
|
replaced assert statements by procedures defined in AssertP package
|
10 years ago |
T. Meissner
|
97b6596e83
|
add test for ascending slv; add info about successfully finished simulation
|
10 years ago |
T. Meissner
|
1dcf8fb9d4
|
add new procedures assert_true(boolean) and assert_false(boolean)
|
10 years ago |
T. Meissner
|
fe2e5a5c7e
|
added new StringP (string conversion functions) and unit test for it
|
10 years ago |
T. Meissner
|
a745128aa5
|
added new AssertP package with assertion procedures
|
10 years ago |
T. Meissner
|
f2a7477020
|
Rename License.md to LICENSE.md
|
10 years ago |
T. Meissner
|
41893f9d69
|
added LGPLv3
|
10 years ago |
T. Meissner
|
ba975c7b91
|
added lgpl3 license file
|
10 years ago |
T. Meissner
|
faac81128b
|
removed useless v_count variable and replaced it by using i loop variable
|
10 years ago |
T. Meissner
|
bd20626e00
|
added short informations about library and how to build it
|
10 years ago |
T. Meissner
|
1b9408fda2
|
added new queue t_list_queue, implemented as linked list
|
10 years ago |
T. Meissner
|
9bf0eaaebd
|
Initial commit of read file
|
10 years ago |
T. Meissner
|
f4d72942b0
|
initial commit of simple queue design file & testbench
|
10 years ago |