diff options
author | hermitsoft <hermisu@mail.com> | 2017-03-07 23:35:22 +0100 |
---|---|---|
committer | hermitsoft <hermisu@mail.com> | 2017-03-07 23:35:22 +0100 |
commit | cdaab84e638cd5ea6a07860465198e19003127a6 (patch) | |
tree | f7af41da130c9a9df209a34bee913ce1aa5033a7 | |
parent | 85cdeeb4417b14bada952cdd24818f6a2a972b18 (diff) | |
parent | de563bdd958573837529d49bddc0dfa68c55fe75 (diff) | |
download | icestorm-cdaab84e638cd5ea6a07860465198e19003127a6.tar.gz icestorm-cdaab84e638cd5ea6a07860465198e19003127a6.tar.bz2 icestorm-cdaab84e638cd5ea6a07860465198e19003127a6.zip |
Merge remote-tracking branch 'upstream/master'
-rw-r--r-- | icepack/icepack.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icepack/icepack.cc b/icepack/icepack.cc index a077e92..3230d06 100644 --- a/icepack/icepack.cc +++ b/icepack/icepack.cc @@ -487,7 +487,7 @@ void FpgaConfig::write_bits(std::ostream &ofs) const int bram_chunk_size = 128; - if (this->bram_width && this->bram_height) + if (this->bram_width && this->bram_height) { debug("BRAM: Setting bank width to %d.\n", this->bram_width); write_byte(ofs, crc_value, file_offset, 0x62); |