[Cryptech-Commits] [core/comm/fmc] branch master updated (ee2f6aa -> 1937426)
git at cryptech.is
git at cryptech.is
Tue Feb 11 13:05:18 UTC 2020
This is an automated email from the git hooks/post-receive script.
meisterpaul1 at yandex.ru pushed a change to branch master
in repository core/comm/fmc.
from ee2f6aa Forgot to bump version number.
new c32c11f New FMC arbiter. FMC bus now runs at 45 MHz, while the system clock is 90 MHz, so the arbiter now does primitive synchronous clock domain crossing.
new 6061949 Bumped version number.
new 80b3adb New testbench with two clocks.
new 1937426 Another testbench to make sure, that the new pipelined core selector can properly pick desired core.
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/rtl/fmc_arbiter.v | 401 ++++++++++++++++++--------------
src/rtl/fmc_regs.v | 2 +-
src/tb/tb_fmc.v | 522 +++++++++++++++++++++++++-----------------
src/tb/tb_fmc_core_selector.v | 367 +++++++++++++++++++++++++++++
4 files changed, 903 insertions(+), 389 deletions(-)
create mode 100644 src/tb/tb_fmc_core_selector.v
More information about the Commits
mailing list