FPGA-MAFIA / fpga_mafia

Designing a Multi-Agent Fabric Integration Architecture to run on de10-lite FPGA.
MIT License
9 stars 4 forks source link

Jacob branch PS2_GCD #586

Closed jacobavitan837 closed 3 months ago

jacobavitan837 commented 3 months ago

please check my implemention

amichai-bd commented 3 months ago

@jacobavitan837 - Can you add a screenshot of the test outputs?

amichai-bd commented 3 months ago

@jacobavitan837 - please also give this a try: ./build.py -dut core_rrv -top core_rrv_no_ref_tb -test PS2_GCD -app -hw -sim -pp Please note i added a pp -> this is a post process script. It generates this text file from the VGA memory tracker: target/core_rrv/tests/PS2_GCD/vga_output.txt image

Which matches the "screen" file: image

amichai-bd commented 3 months ago

@jacobavitan837 Also please give this a try: ./scripts/sanity_check.py -yml mafia_level0 And if passes - also give this a try: ./scripts/sanity_check.py -yml mafia_sanity (Note: that is about 10 minute run)

jacobavitan837 commented 3 months ago

hi @amichai-bd i cant run the commands below ./scripts/sanity_check.py -yml mafia_level0 ./scripts/sanity_check.py -yml mafia_sanity this the outputs of the bash

image
amichai-bd commented 3 months ago

Paste this error in chatGPT..

You are missing some pip install

jacobavitan837 commented 3 months ago

this is my output for ./scripts/sanity_check.py -yml mafia_level0

image

and the output for ./scripts/sanity_check.py -yml mafia_sanity

image