B-Lang-org/bsc

bsc accepts, ignores -o option with -verilog

Offen

#47 geöffnet am 11.02.2020

 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Haskell (178 Forks)batch import
enhancementgood first issue

Repository-Metriken

Stars
 (1.108 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 17T 1h) (18 gemergte PRs in 30 T)

Beschreibung

Steps to repro:

bsc -verilog -o Top.v Top.bs

Expected result: output goes into Top.v

Expected result, slightly darker timeline: -o flag is rejected as incompatible with Verilog output, compile fails.

Actual result: -o flag silently ignored, output goes into mkTop.v (as that is the name of the module in Top.bs).

Contributor Guide