mirror of
https://gitlab.cern.ch/wotsubo/endcap-sl-software-ri-generator.git
synced 2025-02-23 17:17:08 +09:00
refactor: removed unnecessary comments
This commit is contained in:
parent
53c8cbd90f
commit
ac72b3638e
1 changed files with 0 additions and 2 deletions
|
@ -92,11 +92,9 @@ pub struct Fifo {
|
||||||
pub elements: Vec<Field>,
|
pub elements: Vec<Field>,
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO
|
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
pub struct Field {
|
pub struct Field {
|
||||||
pub name: String,
|
pub name: String,
|
||||||
/// TODO: is this optional?
|
|
||||||
pub mask: u32,
|
pub mask: u32,
|
||||||
pub interface: Option<FieldFifoInterface>,
|
pub interface: Option<FieldFifoInterface>,
|
||||||
pub multiple: Option<MultipleParams>,
|
pub multiple: Option<MultipleParams>,
|
||||||
|
|
Loading…
Reference in a new issue