OpenCores
URL https://opencores.org/ocsvn/rc4-prbs/rc4-prbs/trunk

Subversion Repositories rc4-prbs

[/] [rc4-prbs/] [trunk/] [Makefile] - Rev 16

Compare with Previous | Blame | View Log

VERILOG=iverilog


all: rc4.vvp
rc4.vvp: rc4_tb.v rc4.v

clean:
        $(RM) *.vvp *.vcd 

# Create an Icarus processed file from a verilog source
%.vvp: %.v
        $(VERILOG) -o $@ $^

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.