-
Notifications
You must be signed in to change notification settings - Fork 88
Comparing changes
Open a pull request
base repository: m-labs/misoc
base: bd74d3933858^
head repository: m-labs/misoc
compare: 3fcc4f116c32
Commits on Sep 22, 2015
-
Configuration menu - View commit details
-
Copy full SHA for bd74d39 - Browse repository at this point
Copy the full SHA bd74d39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82236d9 - Browse repository at this point
Copy the full SHA 82236d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74b3e16 - Browse repository at this point
Copy the full SHA 74b3e16View commit details
Commits on Sep 23, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 0309986 - Browse repository at this point
Copy the full SHA 0309986View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01be953 - Browse repository at this point
Copy the full SHA 01be953View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8350916 - Browse repository at this point
Copy the full SHA 8350916View commit details
Commits on Sep 24, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 0f410e4 - Browse repository at this point
Copy the full SHA 0f410e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b08b03 - Browse repository at this point
Copy the full SHA 9b08b03View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecdc410 - Browse repository at this point
Copy the full SHA ecdc410View commit details -
Configuration menu - View commit details
-
Copy full SHA for f69674e - Browse repository at this point
Copy the full SHA f69674eView commit details
Commits on Sep 25, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 75ef2f9 - Browse repository at this point
Copy the full SHA 75ef2f9View commit details
Commits on Sep 26, 2015
-
Configuration menu - View commit details
-
Copy full SHA for da425d1 - Browse repository at this point
Copy the full SHA da425d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67133f3 - Browse repository at this point
Copy the full SHA 67133f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27b2383 - Browse repository at this point
Copy the full SHA 27b2383View commit details -
Revert "Use shutil rather then rm -rf command."
This reverts commit d8fd4fe.
Configuration menu - View commit details
-
Copy full SHA for a186bfe - Browse repository at this point
Copy the full SHA a186bfeView commit details -
Revert "Use shutil rather then rm -rf command."
This reverts commit d8fd4fe.
Configuration menu - View commit details
-
Copy full SHA for 4fe0f60 - Browse repository at this point
Copy the full SHA 4fe0f60View commit details
Commits on Sep 27, 2015
-
Sort constants in csr generation.
Previously the order of constant output depended on Python's hashing order which changes every run. This caused the file to change every run. With this change the csr.h file will always be the same. This can be verified this with the following; ```bash CSR=software/include/generated/csr.h for i in 1 2 3 4 5 6; do rm -f $CSR; python make.py build-headers cp $CSR $CSR.$i done md5sum $CSR.* ```
Configuration menu - View commit details
-
Copy full SHA for d628c14 - Browse repository at this point
Copy the full SHA d628c14View commit details -
Sort constants in csr generation.
Previously the order of constant output depended on Python's hashing order which changes every run. This caused the file to change every run. With this change the csr.h file will always be the same. This can be verified this with the following; ```bash CSR=software/include/generated/csr.h for i in 1 2 3 4 5 6; do rm -f $CSR; python make.py build-headers cp $CSR $CSR.$i done md5sum $CSR.* ```
Configuration menu - View commit details
-
Copy full SHA for 27a0e16 - Browse repository at this point
Copy the full SHA 27a0e16View commit details
Commits on Sep 28, 2015
-
Configuration menu - View commit details
-
Copy full SHA for e92d00f - Browse repository at this point
Copy the full SHA e92d00fView commit details -
whitequark committed
Sep 28, 2015 Configuration menu - View commit details
-
Copy full SHA for bd77482 - Browse repository at this point
Copy the full SHA bd77482View commit details -
Configuration menu - View commit details
-
Copy full SHA for 523377e - Browse repository at this point
Copy the full SHA 523377eView commit details -
Revert "Sort constants in csr generation."
This reverts commit d628c14.
Configuration menu - View commit details
-
Copy full SHA for 75d927e - Browse repository at this point
Copy the full SHA 75d927eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e860e3 - Browse repository at this point
Copy the full SHA 8e860e3View commit details
Commits on Sep 29, 2015
-
Configuration menu - View commit details
-
Copy full SHA for b1a9005 - Browse repository at this point
Copy the full SHA b1a9005View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd7dfb0 - Browse repository at this point
Copy the full SHA dd7dfb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48b6733 - Browse repository at this point
Copy the full SHA 48b6733View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1927b7 - Browse repository at this point
Copy the full SHA e1927b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for c36029f - Browse repository at this point
Copy the full SHA c36029fView commit details
Commits on Sep 30, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 1b8f313 - Browse repository at this point
Copy the full SHA 1b8f313View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3d5d16 - Browse repository at this point
Copy the full SHA b3d5d16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 617c6ec - Browse repository at this point
Copy the full SHA 617c6ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for d21358f - Browse repository at this point
Copy the full SHA d21358fView commit details
Commits on Oct 2, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 9c90583 - Browse repository at this point
Copy the full SHA 9c90583View commit details
Commits on Oct 4, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 5e8c4cc - Browse repository at this point
Copy the full SHA 5e8c4ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for af3723d - Browse repository at this point
Copy the full SHA af3723dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c38d817 - Browse repository at this point
Copy the full SHA c38d817View commit details
Commits on Oct 5, 2015
-
setup: include software and Verilog files
Broken on Python 3.5 error: can't copy 'misoc/software': doesn't exist or not a regular file
Configuration menu - View commit details
-
Copy full SHA for e96eba4 - Browse repository at this point
Copy the full SHA e96eba4View commit details
Commits on Oct 13, 2015
-
software/bios: move romboot after serialboot and netboot
On designs using romboot (firmware embedded in ram blocks), we generally upload new firmwares with serialboot and netboot for prototyping. Moving romboot after serialboot and netboot avoid manual interrupts of the boot sequence.
Configuration menu - View commit details
-
Copy full SHA for 9041868 - Browse repository at this point
Copy the full SHA 9041868View commit details -
software/bios: move romboot after serialboot and netboot
On designs using romboot (firmware embedded in ram blocks), we generally upload new firmwares with serialboot and netboot for prototyping. Moving romboot after serialboot and netboot avoid manual interrupts of the boot sequence.
Configuration menu - View commit details
-
Copy full SHA for f7787c3 - Browse repository at this point
Copy the full SHA f7787c3View commit details
Commits on Oct 14, 2015
-
integration/builder: fix building for SoCSDRAM-based targets when SDR…
…AM is disabled Reported by Florent Kermarrec
Configuration menu - View commit details
-
Copy full SHA for ecc4c57 - Browse repository at this point
Copy the full SHA ecc4c57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93a615a - Browse repository at this point
Copy the full SHA 93a615aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 884faed - Browse repository at this point
Copy the full SHA 884faedView commit details
Commits on Oct 19, 2015
-
Configuration menu - View commit details
-
Copy full SHA for e645216 - Browse repository at this point
Copy the full SHA e645216View commit details -
Configuration menu - View commit details
-
Copy full SHA for 766b0be - Browse repository at this point
Copy the full SHA 766b0beView commit details
Commits on Oct 23, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 197e5cf - Browse repository at this point
Copy the full SHA 197e5cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0607e92 - Browse repository at this point
Copy the full SHA 0607e92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7459419 - Browse repository at this point
Copy the full SHA 7459419View commit details
Commits on Oct 24, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 4707a25 - Browse repository at this point
Copy the full SHA 4707a25View commit details
Commits on Nov 1, 2015
-
Configuration menu - View commit details
-
Copy full SHA for ca9631f - Browse repository at this point
Copy the full SHA ca9631fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a81866 - Browse repository at this point
Copy the full SHA 2a81866View commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.