Skip to content
#

verilog-hdl

Here are 192 public repositories matching this topic...

xd009642
xd009642 commented Jan 29, 2019

So the examples are useful for somethings but say if I want to have nested if statements or make something that generates this verilog:

reg signed [width:0] x [0:width-1];
always @(posedge clock) begin
    x[0] <= 0
end

I've found myself doing a lot of trial and error, reading the source and scouring the existing examples trying to find something that would use these cons

jcap
cspang1
cspang1 commented Nov 12, 2019

With all features of the graphics system now implemented:

  • VGA 640x480 @ 60 Hz (rendered @ 320x240)
  • Sprites + tiles
  • Wide/tall sprites
  • Bidirectional smooth scrolling
  • Tile map wrapping
  • Parallax scrolling

A demo should be created showcasing the spread of features to compare with similar embedded systems (e.g. Maccasoft P8X system, Hydra, etc.)

Addt'ly, implementing all featur

Improve this page

Add a description, image, and links to the verilog-hdl topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the verilog-hdl topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.