From 18b8d0591493bb5d595dafd82c7e4c9fca4bb015 Mon Sep 17 00:00:00 2001
From: auphelia <jakobapk@web.de>
Date: Tue, 24 Jan 2023 14:36:31 +0000
Subject: [PATCH] [Tests] Change copyright header and force python verilator
 exec

---
 tests/fpgadataflow/test_split_large_fifos.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/fpgadataflow/test_split_large_fifos.py b/tests/fpgadataflow/test_split_large_fifos.py
index eab8072fc..ca6d0e981 100644
--- a/tests/fpgadataflow/test_split_large_fifos.py
+++ b/tests/fpgadataflow/test_split_large_fifos.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2022 Xilinx, Inc.
+# Copyright (C) 2022, Advanced Micro Devices, Inc.
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -74,6 +74,7 @@ def test_split_large_fifos(depth):
         split_large_fifos=True,
         folding_config_file=tmp_output_dir + "/folding_config.json",
         target_fps=10000,
+        force_python_rtlsim=True,
         synth_clk_period_ns=10.0,
         board="Pynq-Z1",
         rtlsim_batch_size=100,
-- 
GitLab