mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-13 04:28:18 +00:00
Fixed small typo in ice40_unlut help summary
This commit is contained in:
parent
0d888ee7ed
commit
ce29ede801
|
@ -74,7 +74,7 @@ static void run_ice40_unlut(Module *module)
|
||||||
}
|
}
|
||||||
|
|
||||||
struct Ice40UnlutPass : public Pass {
|
struct Ice40UnlutPass : public Pass {
|
||||||
Ice40UnlutPass() : Pass("ice40_unlut", "iCE40: transform SBLUT4 cells to $lut cells") { }
|
Ice40UnlutPass() : Pass("ice40_unlut", "iCE40: transform SB_LUT4 cells to $lut cells") { }
|
||||||
void help() YS_OVERRIDE
|
void help() YS_OVERRIDE
|
||||||
{
|
{
|
||||||
// |---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|
|
// |---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|
|
||||||
|
|
Loading…
Reference in a new issue