Activity
From 02/21/2020 to 03/21/2020
03/01/2020
- FO 10:32 PM Feature #85: 720p support/1080i support
- Checked on the ram block input/output when built with 32KB and 64KB.
Same input, same mif, different output...
Check the output of ram_block_1a0 vs the input (myNextOpCode[1-7] and nextOpcInfo[42])
With block shared:
!problem.bmp!
W...
02/27/2020
- FO 11:10 PM Feature #85: 720p support/1080i support
- Tried to upgrade from Quartus 18.0 to 19.1. Same issue.
- FO 10:28 PM Feature #85: 720p support/1080i support
- Problem is with E8:
002020100112
bit 20 == high = opcStackUp.
This isn't what is in the constant table, so not clear why quartus is returning that.
Combined with 32KB, so no overlap I see:
002020000112
Where does that bit er...
02/26/2020
- FO 10:57 PM Feature #85: 720p support/1080i support
- Its opcodeInfoTable that is getting put into altsyncram. Not sure why its invalid yet. I'm trying the ramstyle attribute but didn't find the right voodoo yet...
- FO 10:28 PM Feature #85: 720p support/1080i support
- with 32k, the block is not shared. I guess something is accessing memory where it shouldn't...
- FO 10:04 PM Feature #85: 720p support/1080i support
- M10K is shared:
atari800core:atari800|cpu:cpu6502|cpu_65xx:cpu_6502_peter|altsyncram:Mux54_rtl_0|altsyncram_ag91:auto_generated|ALTSYNCRAM AUTO ROM Single Clock 256 1 -- -- yes no -- -- 256 256 1 -- -- 256 1 0 atari800core_eclaireXLv1.a... - FO 10:03 PM Feature #85: 720p support/1080i support
- with 64k
atari800core:atari800|cpu:cpu6502|cpu_65xx:cpu_6502_peter|altsyncram:Mux54_rtl_0|altsyncram_ag91:auto_generated|ALTSYNCRAM AUTO ROM Single Clock 256 1 -- -- yes no -- -- 256 256 1 -- -- 256 1 0 atari800core_eclaireXLv1.atari800... - FO 09:54 PM Feature #85: 720p support/1080i support
- I guess related to the opcinfo storage somehow. with 32k get this:
atari800core:atari800|cpu:cpu6502|cpu_65xx:cpu_6502_peter|altsyncram:Mux54_rtl_0|altsyncram_ag91:auto_generated|ALTSYNCRAM AUTO ROM Single Clock 256 1 -- -- yes no -- --... - FO 09:52 PM Feature #85: 720p support/1080i support
- On v1 its all working, with 32K block ram as system ram. Once I put it to 64K block ram as system ram (which JUST fits) I never get to basic. After some playing with the logic analyzer (tricky, no block ram!) I can see that at C4F1 the C...
02/24/2020
- 09:23 PM Revision 985 (repo2): Remove reset of hdmi on atari reset
- 09:22 PM Revision 984 (repo2): Register mux output to meet timing (well, closer) on the hdmi. Remove reset of hdmi on reset, as on v2
- 09:21 PM Revision 983 (repo2): Split inout into in and out for i2c, better for internal use in fpga
- 09:21 PM Revision 982 (repo2): Split inout into in and out for i2c, better for internal use in fpga
02/23/2020
- FO 10:23 PM Feature #85: 720p support/1080i support
- Got this merged down to svn and also v1 and v3 building.
Was hanging on purely internal i2c. Changed master and slave (+glue) to use in/wen instead of inout and working better. Slightly corrupt output on v1. I think this might be due ...