forked from M-Labs/artiq
conda: update misoc.
This commit is contained in:
parent
7f32ae31de
commit
b03e36e4e9
|
@ -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(),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue