Skip to content

Commit

Permalink
feat(py2hwsw): update py2hwsw version
Browse files Browse the repository at this point in the history
Verified that Tester works correctly in ku040 fpga board using the following command:
```
make tester-fpga-run BOARD=aes_ku040_db_g INIT_MEM=1 USE_EXTMEM=0
```
  • Loading branch information
arturum1 committed Jan 12, 2025
1 parent 9a8759e commit ebde004
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
{ pkgs ? import <nixpkgs> {} }:

let
py2hwsw_commit = "af994292be43041b5110d2dfeee31b0f5efd3f2a"; # Replace with the desired commit.
py2hwsw_sha256 = "E3pQl1pLeLNWNfUARhYqXsFv/GZHSnssLsiok2ZITPA="; # Replace with the actual SHA256 hash.
py2hwsw_commit = "7f3a6a5d7cdaba2dbeea1153de827dd91c490aa4"; # Replace with the desired commit.
py2hwsw_sha256 = "iOChGsvwKvX7cQPXu0O4I6ldpmUVicycqM9EVYzzARU="; # Replace with the actual SHA256 hash.
# Get local py2hwsw root from `PY2HWSW_ROOT` env variable
py2hwswRoot = builtins.getEnv "PY2HWSW_ROOT";

Expand Down
2 changes: 1 addition & 1 deletion software/src/iob_soc_firmware.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
*/

#include "iob_bsp.h"
#include "iob_printf.h"
#include "iob_soc_conf.h"
#include "iob_soc_periphs.h"
#include "iob_soc_system.h"
#include "iob_timer.h"
#include "iob_uart.h"
#include "printf.h"
#include <string.h>

char *send_string = "Sending this string as a file to console.\n"
Expand Down

0 comments on commit ebde004

Please sign in to comment.