ecp5: Tweak bitstream chip scope
Signed-off-by: David Shah <davey1576@gmail.com>
This commit is contained in:
parent
1a34d6d334
commit
2743d0fa9d
@ -306,8 +306,8 @@ void write_bitstream(Context *ctx, std::string base_config_file, std::string tex
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Configure chip
|
// Configure chip
|
||||||
Trellis::Chip cfg_chip = cc.to_chip();
|
|
||||||
if (!bitstream_file.empty()) {
|
if (!bitstream_file.empty()) {
|
||||||
|
Trellis::Chip cfg_chip = cc.to_chip();
|
||||||
Trellis::Bitstream::serialise_chip(cfg_chip).write_bit_py(bitstream_file);
|
Trellis::Bitstream::serialise_chip(cfg_chip).write_bit_py(bitstream_file);
|
||||||
}
|
}
|
||||||
if (!text_config_file.empty()) {
|
if (!text_config_file.empty()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user