mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-11-26 10:26:29 -05:00
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:
parent
62dba7c4fe
commit
4877e0ab99
6 changed files with 448 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue