#include "types.h"

Go to the source code of this file.
Functions | |
| void | register_hard_blocks () |
| void | deregister_hard_blocks () |
| t_model * | find_hard_block (char *name) |
| void | define_hard_block (nnode_t *node, short type, FILE *out) |
| void | output_hard_blocks (FILE *out) |
| int | hard_block_port_size (t_model *hb, char *pname) |
| enum PORTS | hard_block_port_direction (t_model *hb, char *pname) |
| void | instantiate_hard_block (nnode_t *node, short mark, netlist_t *netlist) |
Variables | |
| STRING_CACHE * | hard_block_names |
| void define_hard_block | ( | nnode_t * | node, | |
| short | type, | |||
| FILE * | out | |||
| ) |

| void deregister_hard_blocks | ( | ) |

| t_model* find_hard_block | ( | char * | name | ) |
| enum PORTS hard_block_port_direction | ( | t_model * | hb, | |
| char * | pname | |||
| ) |
| int hard_block_port_size | ( | t_model * | hb, | |
| char * | pname | |||
| ) |

| void output_hard_blocks | ( | FILE * | out | ) |

| void register_hard_blocks | ( | ) |

Definition at line 33 of file hard_blocks.c.
1.6.3