|
Kestrel Interface
|
#include <kest_block.h>
Data Fields | |
| int | format |
| int | active |
| kest_expression * | expr |
Definition at line 45 of file kest_block.h.
| int kest_block_reg_val::active |
Definition at line 48 of file kest_block.h.
Referenced by kest_fpga_batch_append_block_register_updates(), kest_fpga_batch_append_block_regs(), kest_init_block(), kest_parse_asm_line(), and kest_process_asm_line().
| kest_expression* kest_block_reg_val::expr |
Definition at line 49 of file kest_block.h.
Referenced by kest_fpga_batch_append_block_register_updates(), kest_fpga_batch_append_block_regs(), kest_init_block(), kest_parse_asm_line(), and kest_process_asm_line().
| int kest_block_reg_val::format |
Definition at line 47 of file kest_block.h.
Referenced by kest_fpga_batch_append_block_register_updates(), kest_fpga_batch_append_block_regs(), and kest_init_block().