PoC: Add example firmware with embedded that calls syscalls implemented in C

App is embedded in firmware and is loaded into app RAM when firmware
starts.
App continuously calls SET_LED syscalls.

Simulation: `make tb_application_fpga_irqpoc_c_example`
This commit is contained in:
Mikael Ågren 2024-12-13 15:41:59 +01:00
parent 62dba7c4fe
commit 4877e0ab99
No known key found for this signature in database
GPG key ID: E02DA3D397792C46
6 changed files with 448 additions and 1 deletions

View file

@ -80,7 +80,7 @@ module tb_application_fpga_sim ();
//----------------------------------------------------------------
initial begin
// End simulation after XXX time units (set by timescale)
#3000;
#14000;
$display("TIMEOUT");
$finish;
end