module crc_control(reset_crc_rx,reset_n,reset_crc); input reset_crc_rx,reset_n; output reset_crc; wire reset_crc; assign reset_crc = ~reset_crc_rx & reset_n; endmodule
This page: | Maintained by: | webmaster@linklayercontroller.com |
Created: | Sun Mar 11 18:05:35 2001 | |
From: | /mnt/c/windows/desktop/floppy/commen~1/crc_control.v |
Verilog converted to html by v2html 6.0 (written by Costas Calamvokis). | Help |