conda: update misoc.

This commit is contained in:
whitequark 2017-10-30 09:33:02 +00:00
parent 7f32ae31de
commit b03e36e4e9
2 changed files with 3 additions and 3 deletions

View File

@ -96,8 +96,8 @@ impl EthernetStatistics {
pub fn new() -> Self {
unsafe {
EthernetStatistics {
rx_errors: 0/*csr::ethmac::crc_errors_read()*/,
rx_dropped: 0/*csr::ethmac::sram_writer_errors_read()*/,
rx_errors: csr::ethmac::crc_errors_read(),
rx_dropped: csr::ethmac::sram_writer_errors_read(),
}
}
}

View File

@ -15,7 +15,7 @@ requirements:
- python >=3.5.3,<3.6
- setuptools 33.1.1
- migen 0.5
- misoc 0.7.dev py35_0+git5764e23f
- misoc 0.7.dev py35_0+git72faa2c7
- jesd204b 0.4
- binutils-or1k-linux >=2.27
- llvm-or1k