- Dec 18, 2013
-
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
-
- Nov 22, 2013
-
-
- Oct 25, 2013
-
-
Mathias Kreider authored
-
- Oct 24, 2013
-
-
Mathias Kreider authored
-
- Oct 18, 2013
-
-
Mathias Kreider authored
-
- Sep 24, 2013
-
-
Wesley W. Terpstra authored
-
- Sep 18, 2013
-
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
c_status_time was one cycle longer than it should be! this led to the arria5 requiring g_dummy_time-1 in c_vstatus_data ==> after fixing: must increase g_input_to_output_cycles on arria5 there was also a wrong calculation for s_wip with single-lane mode it was working also by luck because WEL and WIP are usually set together and are side-by-side, thus masking the c_status_time bug.
-
Wesley W. Terpstra authored
-
- Sep 03, 2013
-
-
Mathias Kreider authored
-
- Sep 02, 2013
-
-
Mathias Kreider authored
-
- Aug 30, 2013
-
-
Wesley W. Terpstra authored
-
- Jun 24, 2013
-
-
Tomasz Wlostowski authored
-
Tomasz Wlostowski authored
-
-
Supports sdb_repo_url and sdb_synthesis records. sdb-crossbar: add support for meta-information records. A new generic (g_info) is available to add an array of meta-inforamtion records to the sdb rom. sdb-crossbar: add boolean generic to use meta-information records. Can't find out how to initialise an array with a null-range. wishbone_pkg: add default value to meta-information generic. sdb-crossbar: fix conditional constant declaration sdb-crossbar: use a function to initialise number of info entries constant. sdb-crossbar: fix syntax error in function. wishbone_pkg: add embed/extract function for repo-url and synthesis records. wishbone_pkg: Change some meta-info fields to string and add string manip functions. wishbone_pkg: Change syn_commit_id type to string. wishbone_pkg: Fix syntax error. wishbone_pkg: Fix index bug in string manip functions. wishbone_pkg: Fix range bug in string manip function. wishbone_pkg: add integration record support. sdb-crossbar: Fix range issue with meta-info records.
-
- May 21, 2013
-
-
Grzegorz Daniluk authored
-
- Apr 25, 2013
-
-
Wesley W. Terpstra authored
-
- Apr 23, 2013
-
-
Wesley W. Terpstra authored
-
- Apr 15, 2013
-
-
Wesley W. Terpstra authored
-
- Apr 05, 2013
-
-
Wesley W. Terpstra authored
-
- Mar 08, 2013
-
-
Tomasz Wlostowski authored
Conflicts: modules/wishbone/wishbone_pkg.vhd
-
Tomasz Wlostowski authored
-
Tomasz Wlostowski authored
-
- Mar 05, 2013
-
-
Wesley W. Terpstra authored
In the past we used a generic to set the initial memory contents on altera. Unfortunately, quartus compiles big generics slowly (read: hours). Now we can load from a .mif file instead, which is much faster (seconds). Thus, this old option is no longer needed.
-
- Feb 26, 2013
-
-
Wesley W. Terpstra authored
-
- Feb 25, 2013
-
-
Wesley W. Terpstra authored
-
- Feb 13, 2013
-
-
Wesley W. Terpstra authored
According to Peter Jansweijer, Precision and Questasim had trouble synthesizing the crossbar HDL. After tracking the problem down via email, it appears that these tools cannot handle nested functions correctly; they crash or fail when trying to access the parameters of the lexically enclosing function. Therefore, this patch just outright removes all nested functions.
-
- Aug 03, 2012
-
-
Wesley W. Terpstra authored
-
- Aug 01, 2012
-
-
Wesley W. Terpstra authored
Each clock domain needs a separate reset line. However, one cannot reset only a single domain---that could cause inconsistency at clock crossing boundaries. This change splits reset lines per clock domain and centralizes generation.
-
Wesley W. Terpstra authored
-
- May 18, 2012
-
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
to ensure stabilization.
-
Wesley W. Terpstra authored
-
- May 14, 2012
-
-
Wesley W. Terpstra authored
-
- Mar 28, 2012
-
-
Tomasz Wlostowski authored
-
-
-
-