147 Commits (master)
 

Author SHA1 Message Date
  T. Meissner f8df805820 Add test of WB master local write & read at same time 8 years ago
  T. Meissner 0a7b520990 Remove coverage reports in clean target 8 years ago
  T. Meissner 5a8ff840cb Add export of PSL coverage report 8 years ago
  T. Meissner cf1798b576 Guard test for value with to_ux01() function 8 years ago
  T. Meissner cf64ef1a00 slv versions of or_ and and_ reduce now with looped combinatorals 8 years ago
  T. Meissner 44a4ee94e5 remove unused math_real library depedency 8 years ago
  T. Meissner d6ce7b4ff3 Replace directed Wishbone tests by coverage driven ones 8 years ago
  T. Meissner 83bea18388 Make proc/fnc input parameters constant 9 years ago
  T. Meissner 12ed13b76e Replace setFirst() & setLast() proc by generic setIter() procedure 9 years ago
  T. Meissner 575d85b4f5 Add a stack protected type t_stack in new package StackP 9 years ago
  T. Meissner 1b9d6a14fb Add new procedure to merge 2 dicts 9 years ago
  T. Meissner 4b97da49fb Add new methods to iterate over keys stored in dictionary 9 years ago
  T. Meissner a482c1209a Add info about common/UtilsP package 9 years ago
  T. Meissner 73c00e46af Add UtilsP.o dependency to wishbonet rule 9 years ago
  T. Meissner 652e9b6a2a Add uint_bitsize() function 9 years ago
  T. Meissner 98d6992020 Add various new helper functions 9 years ago
  T. Meissner c1005badfc Add PSL assertions to check initiating of WishBone write/read transfer 9 years ago
  T. Meissner 28383d2ae0 Add monitor to check master initiated WishBone transfers 9 years ago
  T. Meissner 6659dbbe31 Fix PSL assertions for local wen and local ren 9 years ago
  T. Meissner 7b1f2f071f Add functions count_ones() & xor_reduce 9 years ago
  T. Meissner 021bab3762 Add PSL assertions to check WishBone & Local IF 9 years ago
  T. Meissner 0f6380698d Add new testcases 9 years ago
  T. Meissner f453a6138d Fix various null pointer accesses 9 years ago
  T. Meissner 6ec1dbd5da Add parameter err to get(), del() and clear() 9 years ago
  T. Meissner 5dc214deb1 Add DictP tests; replace osvvm_2.1 by 2014.01; refactoring 9 years ago
  T. Meissner b42ee6e1ec Add package & testbench for simple dictionary protected type 9 years ago
  T. Meissner 7ed623fb4a including UtilP package for and_reduce() function 9 years ago
  T. Meissner f9361cc0d0 Outcomment VHDL-08 proposal library including & uses 9 years ago
  T. Meissner a21373945a New folder common with package UtilP 9 years ago
  T. Meissner 41f76efd9b Switched to OSVVM 2014.01 9 years ago
  T. Meissner 6d57c594ed Queue can store data with type slv with arbitrary length 9 years ago
  T. Meissner 1bb058f3a2 Changed to OHDL license 9 years ago
  T. Meissner 9761e5660e Changed from LGPLv3 to OHDL license 9 years ago
  T. Meissner 4c3bdca559 add info for WishBone components & unit test 10 years ago
  T. Meissner f0e490142e moved register write into ADDRESS state, decreasing the write to one cycle only 10 years ago
  T. Meissner 285a25132e react to slave ack in ADDRESS state 10 years ago
  T. Meissner 9cac2cb72a add gitignore file 10 years ago
  T. Meissner 500f41f4b7 add init() procedure to t_list_queue type to configure the maximal depth of the linked-list queue 10 years ago
  T. Meissner dfa39921bb add forgotten vhdl2008 dependenciy to queuet target 10 years ago
  T. Meissner ad49871b88 Merge branch 'master' of https://github.com/tmeissner/libvhdl 10 years ago
  T. Meissner 7d60f0ae1b add simple wishbone master and slave with support of classic single write and read as specified in the wishbone spec b4; add unit tests for wishbone m,aster & slave 10 years ago
  T. Meissner b038131ccf add reset value for s_miso in SpiMasterE unit test 10 years ago
  T. Meissner c221b65074 ste is now generated combinatoral in parallel to the fsm 10 years ago
  T. Meissner 8369ba705e add tests for new direction generics/parameters 10 years ago
  T. Meissner 9a38916108 add dir parameter to spi_* procedures to configure direction of data transmission (MSB->LSB and vice versa) 10 years ago
  T. Meissner 5c06158fac add generic G_DATA_DIR to set if we want transfer from LSB to MSB ore vice versa 10 years ago
  T. Meissner 8f2c3f5cd5 printing hex string instead of binary ones in std_logic_vector versions of assert_(un)qual() procedures 10 years ago
  T. Meissner 034b10cdc9 change G_SCLK_DIVIDER range start to 6 (lowest working divider value) and adapt assertion to new range 10 years ago
  T. Meissner 4acbb3c425 using osvvm randompkg to randomize stimuli in SimT tests 10 years ago
  T. Meissner 81ed8e8928 moved deleting of vhdl-2008 packaged from clean to distclean target 10 years ago