rohd icon indicating copy to clipboard operation
rohd copied to clipboard

Add a test against multiple sequential drivers on the same signal

Open mkorbel1 opened this issue 3 years ago • 0 comments

Motivation

It doesn't make sense for a signal to be driven by two drivers in a Sequential block. The code already prevents this, but testing is incomplete.

Desired solution

Add a test ensuring that an exception is thrown when there are multiple drivers for a flop.

mkorbel1 avatar Mar 30 '22 17:03 mkorbel1