forked from libre-chip/fayalite
change raw url to a link
This commit is contained in:
parent
305805d237
commit
14a9c23697
|
@ -114,7 +114,8 @@ where
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// based on https://circt.llvm.org/docs/VerilogGeneration/#recommended-loweringoptions-by-target
|
/// based on [LLVM Circt's recommended lowering options
|
||||||
|
/// ](https://circt.llvm.org/docs/VerilogGeneration/#recommended-loweringoptions-by-target)
|
||||||
#[derive(ValueEnum, Copy, Clone, Debug, PartialEq, Eq, Hash)]
|
#[derive(ValueEnum, Copy, Clone, Debug, PartialEq, Eq, Hash)]
|
||||||
#[non_exhaustive]
|
#[non_exhaustive]
|
||||||
pub enum VerilogDialect {
|
pub enum VerilogDialect {
|
||||||
|
|
Loading…
Reference in a new issue