Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configurable HBLANK/VBLANK generator #18

Open
sy2002 opened this issue Jun 30, 2023 · 0 comments
Open

Configurable HBLANK/VBLANK generator #18

sy2002 opened this issue Jun 30, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@sy2002
Copy link
Owner

sy2002 commented Jun 30, 2023

Each core is supposed to deliver these signals to the M2M framework:

      -- Video output
      video_ce_o              : out std_logic;
      video_ce_ovl_o          : out std_logic;
      video_red_o             : out std_logic_vector(7 downto 0);
      video_green_o           : out std_logic_vector(7 downto 0);
      video_blue_o            : out std_logic_vector(7 downto 0);
      video_vs_o              : out std_logic;
      video_hs_o              : out std_logic;
      video_hblank_o          : out std_logic;
      video_vblank_o          : out std_logic;

But what does one do, if the core does not deliver any HBLANK/VBLANK signals?

For example: ZX-Uno:
https://github.com/sy2002/zxuno4mega65/blob/dev-M2M/CORE/vhdl/main.vhd#L115

It only outputs HSYNC/VSYNC but no HBLANK/VBLANK.

How can we make the life of people who port cores as simple as possible when it comes to this topic?

@sy2002 sy2002 added the enhancement New feature or request label Jun 30, 2023
@MJoergen MJoergen assigned MJoergen and sy2002 and unassigned MJoergen Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants