OpenCores

SPI Master/Slave Interface

Issue List
assert PREFETCH >= 2 #7
Closed ameziti opened this issue over 12 years ago
ameziti commented over 12 years ago

In spi_master.vhd

-- minimum prefetch lookahead check assert PREFETCH >= 2 report "Generic parameter 'PREFETCH' (lookahead count) needs to be 1 minimum"

must be 2 minimum.

jdoin commented over 12 years ago

actually, must be 1 minimum. The assert was changed to assert PREFETCH >= 2

The assert can even be omitted, because this generic is of type 'positive', but some synthesis tools can accept it with value zero.

jdoin was assigned over 12 years ago
jdoin closed this over 12 years ago
jdoin commented over 12 years ago

Oops, sorry, the assert was changed to assert PREFETCH >= 1


Assignee
jdoin
Labels
Bug