mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 19:52:31 +00:00 
			
		
		
		
	Merge remote-tracking branch 'origin/master' into eddie/abc9_refactor
This commit is contained in:
		
						commit
						3d9737c1bd
					
				
					 16 changed files with 365 additions and 156 deletions
				
			
		|  | @ -412,6 +412,8 @@ struct EdifBackend : public Backend { | |||
| 						for (auto &ref : it.second) | ||||
| 							log_warning("Exporting x-bit on %s as zero bit.\n", ref.c_str()); | ||||
| 						sig = RTLIL::State::S0; | ||||
| 					} else if (sig == RTLIL::State::Sz) { | ||||
| 						continue; | ||||
| 					} else { | ||||
| 						for (auto &ref : it.second) | ||||
| 							log_error("Don't know how to handle %s on %s.\n", log_signal(sig), ref.c_str()); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue