Update bitstream to try to fix delegation (again)
This commit is contained in:
parent
5072f40a2f
commit
ebcef525ba
@ -205,7 +205,7 @@
|
|||||||
} "dtc -O dtb -o $out $dtsFile";
|
} "dtc -O dtb -o $out $dtsFile";
|
||||||
|
|
||||||
#bitstream = "${final.bitstreams}/lagarto-3-ox/gold.bit";
|
#bitstream = "${final.bitstreams}/lagarto-3-ox/gold.bit";
|
||||||
bitstream = "${final.bitstreams}/lagarto-3-ox/ox_u55c_f6b4a076_fix_delegation.bit";
|
bitstream = "${final.bitstreams}/lagarto-3-ox/ox_u55c_450d0ff0_fix_delegation_v2.bit";
|
||||||
|
|
||||||
bootrom = "${final.rbootrom}/rbootrom.bin";
|
bootrom = "${final.rbootrom}/rbootrom.bin";
|
||||||
|
|
||||||
|
@ -71,7 +71,7 @@ final: prev:
|
|||||||
|
|
||||||
bitstreams = builtins.fetchGit {
|
bitstreams = builtins.fetchGit {
|
||||||
url = "git@bscpm03.bsc.es:rarias/bitstreams.git";
|
url = "git@bscpm03.bsc.es:rarias/bitstreams.git";
|
||||||
rev = "d02b4805002d43519a69d17d19488c065f3574f9";
|
rev = "097dad3e888f630ad6ec7e7056ee1b3fcb03400b";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Baremetal tests for standalone FPGA
|
# Baremetal tests for standalone FPGA
|
||||||
|
Loading…
Reference in New Issue
Block a user