B-Lang-org/bsc

bsc accepts, ignores -o option with -verilog

オープン

#47 opened on 2020/02/11

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)Haskell (178 件のフォーク)batch import
enhancementgood first issue

Repository metrics

Stars
 (1,108 個のスター)
PR merge metrics
 (平均マージ 17d 1h) (30d で 18 merged PRs)

説明

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).

コントリビューターガイド