Forum Discussion
Altera_Forum
Honored Contributor
15 years agoVGA - horizantal sync pulse generation
hey, I am trying to generate horizantal sync pulse with FSM. I write the next verilog code:
module horizantal_sync_pluse (
clock, //system clock
reset, //system ...
Altera_Forum
Honored Contributor
15 years agoAnother question.
I would like define parameter Scan_Line=1'b0; parameter Gen_Sync_Pulse=1'b1; But I don't want that it will be showed in block diagram as parameter to change. please see atachment. How can I do it? Thanks