Hey, so while I was working on a project, I noticed that if I wanted to use an external input as the clock signal of a dff:
it fails to compile and gives me the bin file not found error.
I was wondering if there was any way to do this, or if this is a bug, or what.
Thanks,
iggyglass
Code:
.clk(exampleInput), .rst(rst) {
dff example;
}
I was wondering if there was any way to do this, or if this is a bug, or what.
Thanks,
iggyglass