Site Tools


vhdl

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
vhdl [2025/10/29 20:01] 147.32.8.31vhdl [2025/10/29 20:27] (current) – [SDRAM Memory] 147.32.8.31
Line 243: Line 243:
     );     );
 end entity; end entity;
- 
-===== DDR Memory ===== 
  
 architecture Behavioral of sdram_controller is architecture Behavioral of sdram_controller is
Line 846: Line 844:
     unsigned char *signal_value = (unsigned char *) args;     unsigned char *signal_value = (unsigned char *) args;
  
-    printf("C: Received signal value: 0x%02X +    printf("C: Received signal value: 0x%02X", *signal_value);
-", *signal_value);+
  
     // Modify the signal (e.g., increment)     // Modify the signal (e.g., increment)
     *signal_value = (*signal_value + 1) & 0xFF;     *signal_value = (*signal_value + 1) & 0xFF;
  
-    printf("C: Modified signal value to: 0x%02X +    printf("C: Modified signal value to: 0x%02X", *signal_value);
-", *signal_value);+
 } }
 </code> </code>
Line 863: Line 859:
 ghdl -r testbench --stop-time=50ns ghdl -r testbench --stop-time=50ns
 </code> </code>
 +
 +https://github.com/Paebbels/JSON-for-VHDL
  
vhdl.1761768082.txt.gz · Last modified: 2025/10/29 20:01 by 147.32.8.31