Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
18 years ago

Verilog to VHDL

Can some one tell my what this code is in VHDL? always @(posedge vga_clk or negedge reset_n) begin if (reset_n == 0) sync_n <= 0; else if (1) sync_n <= vga...